bodySmall method

VelocityXTextSpan bodySmall(
  1. BuildContext context
)

Sets TextTheme body small

Implementation

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