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