style property

ButtonStyle? style
final

Overrides for IconButton's default style if ThemeData.useMaterial3 is set to true.

Non-null properties or non-null resolved MaterialStateProperty values override the default ButtonStyle in IconButton.

If style is null, then this theme doesn't override anything.

Implementation

final ButtonStyle? style;