extraLight property

TextStyle extraLight

Extra-light - FontWeight.w200

Implementation

TextStyle get extraLight => copyWith(fontWeight: FontWeight.w200);