bottomAppBar property

Color bottomAppBar
return Theme.of(context).bottomAppBarColor

Implementation

Color get bottomAppBar => Theme.of(_context).bottomAppBarColor;