buttonStyle property
The styling for the Seerbit button defaults to
ButtonStyle(
backgroundColor: MaterialStateProperty.all(Colors.red),
)
Implementation
final ButtonStyle? buttonStyle;
The styling for the Seerbit button defaults to
ButtonStyle(
backgroundColor: MaterialStateProperty.all(Colors.red),
)
final ButtonStyle? buttonStyle;