backgroundColor property

Color? backgroundColor
final

The background Color of the button on its selected state.

If Color is not provided, Theme.of(context).accentColor is used.

Implementation

final Color? backgroundColor;