medium property

Text get medium

Implementation

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