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