customHeader method

Widget customHeader()

Implementation

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