normal property

Text get normal

Sets font weight to normal (w400)

Implementation

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