extraLight property

TextStyle get extraLight

Extra-light - FontWeight.w200

Implementation

TextStyle get extraLight => TextStyle(
    fontSize: fontSize, fontFamily: fontFamily, fontWeight: FontWeight.w200);