style property

ButtonStyle? style
final

Overrides the SegmentedButton's default style.

Non-null properties or non-null resolved MaterialStateProperty values override the default values used by SegmentedButton.

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

Implementation

final ButtonStyle? style;