light property
Light - FontWeight.w300
Implementation
TextStyle get light => TextStyle(
fontSize: fontSize, fontFamily: fontFamily, fontWeight: FontWeight.w300);
Light - FontWeight.w300
TextStyle get light => TextStyle(
fontSize: fontSize, fontFamily: fontFamily, fontWeight: FontWeight.w300);