lightBottomAppBarTheme property

BottomAppBarTheme lightBottomAppBarTheme
getter/setter pair

Implementation

static BottomAppBarTheme lightBottomAppBarTheme = const BottomAppBarTheme(
  color: AppColors.appBarColorLight,
  elevation: 0,
);