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