inactiveTextFontWeight property

FontWeight? inactiveTextFontWeight
final

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

Defaults to FontWeight.w900.

Implementation

final FontWeight? inactiveTextFontWeight;