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