unselectedBackgroundColor property

Color? unselectedBackgroundColor
final

The background Color of the button on its unselected state.

If Color is not provided, [Colors.grey300] is used.

Implementation

final Color? unselectedBackgroundColor;