buttonStyle property

ButtonStyle? buttonStyle
final

The styling for the Seerbit button defaults to

ButtonStyle(
backgroundColor: MaterialStateProperty.all(Colors.red),
 )

Implementation

final ButtonStyle? buttonStyle;