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