normal property
Text
get
normal
Sets font weight to normal (w400)
Implementation
Text get normal =>
_copyWith(style: const TextStyle(fontWeight: FontWeight.w400));
Sets font weight to normal (w400)
Text get normal =>
_copyWith(style: const TextStyle(fontWeight: FontWeight.w400));