light property

TextStyle get light

Implementation

TextStyle get light => copyWith(
      fontWeight: FontWeight.w300,
      fontVariations: [
        const FontVariation.weight(300),
      ],
    );