style property

FBaseButtonStyle style
final

The style. Defaults to FButtonStyle.primary.

Although typically one of the pre-defined styles in FBaseButtonStyle, it can also be a FButtonStyle.

CLI

To generate and customize this style:

dart run forui style create buttons

Implementation

final FBaseButtonStyle style;