tbtAppBarTheme top-level property

AppBarTheme tbtAppBarTheme
getter/setter pair

Implementation

AppBarTheme tbtAppBarTheme = AppBarTheme(
  backgroundColor: TBTColor.whiteFFFF,
  titleTextStyle: WowTextStyle.title.copyWith(
    color: TBTColor.black1F2A,
    fontWeight: FontWeight.w600,
  ),
  elevation: 0,
  iconTheme: tbtIconTheme.copyWith(
    color: TBTColor.black1F2A,
  ),
  actionsIconTheme: tbtIconTheme,
  centerTitle: true,
);