style property

GradientButtonStyle? style
final

Customizes this button's appearance.

Non-null properties of this style override the corresponding properties in themeStyleOf and defaultStyleOf. WidgetStatePropertys that resolve to non-null values will similarly override the corresponding WidgetStatePropertys in themeStyleOf and defaultStyleOf.

Null by default.

Implementation

final GradientButtonStyle? style;