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