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