extraLight property

Text get extraLight

Sets font weight to extra light (w200)

Implementation

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