bold property
Text
get
bold
Implementation
Text get bold =>
Text(data ?? "", style: const TextStyle(fontWeight: FontWeight.bold));
Text get bold =>
Text(data ?? "", style: const TextStyle(fontWeight: FontWeight.bold));