buttonStyle property

ButtonStyle? buttonStyle
final

Style configuration for the button.

This allows complete customization of the button's appearance including background color, elevation, shape, and state-specific styles. If null, the default FilledButton style will be used.

Implementation

final ButtonStyle? buttonStyle;