labelSmall method

VelocityXTextSpan labelSmall(
  1. BuildContext context
)

Sets TextTheme label small

Implementation

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