buttonStyle property

ButtonStyle? buttonStyle
final

Style configuration for the button.

This allows complete customization of the button's appearance. If null, the default OutlinedButton style will be used.

Implementation

final ButtonStyle? buttonStyle;