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