light property
TextStyle
get
light
Applies light weight.
Implementation
TextStyle get light => copyWith(fontWeight: FontWeight.w300);
Applies light weight.
TextStyle get light => copyWith(fontWeight: FontWeight.w300);