customHeader method
Implementation
Widget customHeader() {
return Text(
"Overview",
style: TextStyle(
fontSize: 28.dp,
fontWeight: FontWeight.w600,
color: ColorHelper.black02,
),
);
}
Widget customHeader() {
return Text(
"Overview",
style: TextStyle(
fontSize: 28.dp,
fontWeight: FontWeight.w600,
color: ColorHelper.black02,
),
);
}