regular property

Text get regular

Implementation

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