style property

ButtonStyle? style
final

Customizes this button's appearance.

Non-null properties of this style override the corresponding properties in MenuItemButton.themeStyleOf and MenuItemButton.defaultStyleOf. MaterialStatePropertys that resolve to non-null values will similarly override the corresponding MaterialStatePropertys in MenuItemButton.themeStyleOf and MenuItemButton.defaultStyleOf.

Null by default.

Implementation

final ButtonStyle? style;