darkBottomAppBarTheme property

BottomAppBarTheme darkBottomAppBarTheme
getter/setter pair

Implementation

static BottomAppBarTheme darkBottomAppBarTheme = const BottomAppBarTheme(
  color: AppColors.appBarColorDark,
);