extraLight property

Text extraLight

Sets fontWeight to FontWeight.w200

Implementation

Text get extraLight =>
    _copyWith(style: const TextStyle(fontWeight: FontWeight.w200));