decoration property

Decoration? decoration
final

The decoration of the style. If null, defaults to a BoxDecoration with a Color(0xFFB7B7B7) for light mode and Color(0xFF484848) for dark mode

Implementation

final Decoration? decoration;