light property

TextStyle get light

Applies light weight.

Implementation

TextStyle get light => copyWith(fontWeight: FontWeight.w300);