light property

TextStyle get light

Creates a light weight version.

Implementation

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