thin property
Thin, the least thick - FontWeight.w100
Implementation
TextStyle get thin => TextStyle(
fontSize: fontSize, fontFamily: fontFamily, fontWeight: FontWeight.w100);
Thin, the least thick - FontWeight.w100
TextStyle get thin => TextStyle(
fontSize: fontSize, fontFamily: fontFamily, fontWeight: FontWeight.w100);