bottomAppBarColor property

Color? bottomAppBarColor

shortcut for Theme.of(this).bottomAppBarTheme.color

Implementation

Color? get bottomAppBarColor => Theme.of(this).bottomAppBarTheme.color;