black property

Text get black

Sets font weight to black (w900)

Implementation

Text get black =>
    _copyWith(style: const TextStyle(fontWeight: FontWeight.w900));