thin property

TextStyle get thin

Thin, the least thick - FontWeight.w100

Implementation

TextStyle get thin => TextStyle(
    fontSize: fontSize, fontFamily: fontFamily, fontWeight: FontWeight.w100);