thin property

TextStyle thin

Thin, the least thick - FontWeight.w100

Implementation

TextStyle get thin => copyWith(fontWeight: FontWeight.w100);