bold property

Text get bold

Implementation

Text get bold => Text(
      data!,
      style: _getStyle(fw: FontWeight.w600),
    );