normal property

Text normal

Sets fontWeight to FontWeight.w400

Implementation

Text get normal =>
    _copyWith(style: const TextStyle(fontWeight: FontWeight.w400));