extraLight property
TextModifier
get
extraLight
Implementation
TextModifier get extraLight => WrappedText(
style: (context, theme) => theme.typography.extraLight,
child: this,
);
TextModifier get extraLight => WrappedText(
style: (context, theme) => theme.typography.extraLight,
child: this,
);