textStyle property

TextStyle? textStyle
final

The default text style for ToggleButtons.children.

TextStyle.color will be ignored and substituted by color, selectedColor or disabledColor depending on whether the buttons are active, selected, or disabled.

Implementation

final TextStyle? textStyle;