bds8xAppBarTheme top-level property

AppBarTheme bds8xAppBarTheme
getter/setter pair

Implementation

AppBarTheme bds8xAppBarTheme = AppBarTheme(
  backgroundColor: Bds8xColor.white,
  systemOverlayStyle: SystemUiOverlayStyle.dark,
  titleTextStyle: WowTextStyle.title.copyWith(
    color: Bds8xColor.blue367E,
    fontWeight: FontWeight.bold,
  ),
  elevation: 0,
  iconTheme: bds8xIconTheme,
  centerTitle: true,
);