light property

TextStyle get light

Light - FontWeight.w300

Implementation

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