light property
VelocityXTextSpan
get
light
Sets FontWeight to FontWeight.w300
Implementation
VelocityXTextSpan get light =>
_fontWeightedText(child: this, weight: FontWeight.w300);
Sets FontWeight to FontWeight.w300
VelocityXTextSpan get light =>
_fontWeightedText(child: this, weight: FontWeight.w300);