decoration property

BoxDecoration? decoration
final

The BoxDecoration of the button on its selected state.

If BoxDecoration is not provided, backgroundColor is used.

Implementation

final BoxDecoration? decoration;