labelStyle property

TextStyle? labelStyle
final

The text style for the radio buttons labels.

Note: This will only be applied to values in the radio group's values list that are not widgets.

Implementation

final TextStyle? labelStyle;