boldCenterAlign property

Text get boldCenterAlign

Implementation

Text get boldCenterAlign => Text(
      data!,
      textAlign: TextAlign.center,
      style: _getStyle(fw: FontWeight.w600),
    );