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