displaySmall method

VelocityXTextSpan displaySmall(
  1. BuildContext context
)

Sets TextTheme display small

Implementation

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