surfaceTintColor property

Color? surfaceTintColor
final

Overrides the default value for BottomAppBar.surfaceTintColor.

If null, BottomAppBar will not display an overlay color.

See Material.surfaceTintColor for more details.

Implementation

final Color? surfaceTintColor;