style property

SeniorButtonStyle? style
final

The component's style definitions. Allows you to configure: SeniorButtonStyle.backgroundColor, the button background color. SeniorButtonStyle.disabledBackgroundColor, the button background color when it's disabled. SeniorButtonStyle.contentColor, the button content color. SeniorButtonStyle.disabledContentColor, the button content color when it's disabled. SeniorButtonStyle.borderColor, the button border color. SeniorButtonStyle.disabledBorderColor, the button border color when it's disabled. SeniorButtonStyle.loaderColor, the button loader color.

Implementation

final SeniorButtonStyle? style;