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