displaySmall method

VelocityXTextSpan displaySmall(
  1. BuildContext context
)

Sets TextTheme display small

Implementation

VelocityXTextSpan displaySmall(BuildContext context) {
  _themedStyle = context.textTheme.displaySmall;
  return this;
}