labelSmall method

VelocityXTextSpan labelSmall(
  1. BuildContext context
)

Sets TextTheme label small

Implementation

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