extraLight property
TextModifier
get
extraLight
Applies extra-light font weight (200).
Implementation
TextModifier get extraLight => WrappedText(
style: (context, theme) => theme.typography.extraLight,
child: this,
);