bottomAppBarColor property

  1. @Deprecated('Use BottomAppBarTheme.color instead. ' 'This feature was deprecated after v3.3.0-0.6.pre.')
Color bottomAppBarColor

The default color of the BottomAppBar.

Implementation

@Deprecated(
    'Use BottomAppBarTheme.color instead. '
    'This feature was deprecated after v3.3.0-0.6.pre.',
  )
Color get bottomAppBarColor => _bottomAppBarColor!;