black property
Text
get
black
Sets font weight to black (w900)
Implementation
Text get black =>
_copyWith(style: const TextStyle(fontWeight: FontWeight.w900));
Sets font weight to black (w900)
Text get black =>
_copyWith(style: const TextStyle(fontWeight: FontWeight.w900));