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