activeTextFontWeight property

FontWeight? activeTextFontWeight
final

The font weight to use on the text value when the switch is on. This parameter is only necessary when showOnOff property is true.

Defaults to FontWeight.w900.

Implementation

final FontWeight? activeTextFontWeight;