style property

SeniorIconButtonStyle? style
final

The component's style definitions. Allows you to configure: SeniorIconButtonStyle.borderColor the color of the button's border. SeniorIconButtonStyle.buttonColor the button color. SeniorIconButtonStyle.disabledBorderColor the border color of the button when it`s disabled. SeniorIconButtonStyle.disabledButtonColor the button color when disabled. SeniorIconButtonStyle.disabledIconColor icon color when disabled. SeniorIconButtonStyle.iconColor the icon color. SeniorIconButtonStyle.outlinedColor the color of the button's outline.

Implementation

final SeniorIconButtonStyle? style;