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