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