unselectedDecoration property

BoxDecoration? unselectedDecoration
final

The BoxDecoration of the button on its unselected state.

If BoxDecoration is not provided, unselectedBackgroundColor is used.

Implementation

final BoxDecoration? unselectedDecoration;