style property

Style style
final

The style to apply to the widget.

Defines the appearance of the widget using a Style object. If null, defaults to an empty Style, meaning no style is applied.

Implementation

final Style style;