extraBold property

Text extraBold

Sets fontWeight to FontWeight.w800

Implementation

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