extraBold property

Text get extraBold

Sets font weight to extra bold (w800)

Implementation

Text get extraBold =>
    _copyWith(style: const TextStyle(fontWeight: FontWeight.w800));