labelSmall method
Sets TextTheme label small
Implementation
VelocityXTextSpan labelSmall(BuildContext context) {
_themedStyle = context.textTheme.labelSmall;
return this;
}
Sets TextTheme label small
VelocityXTextSpan labelSmall(BuildContext context) {
_themedStyle = context.textTheme.labelSmall;
return this;
}