toggleButtonsRadius property

double? toggleButtonsRadius
final

Border radius value for ToggleButtons.

If not defined and defaultRadius is undefined, defaults to kButtonRadius 40dp.

This is not in M3 specification, but FlexColorScheme component sub-themes harmonizes ToggleButtons size and border radius with the other Material buttons.

Implementation

final double? toggleButtonsRadius;