titleSmall method

VelocityXTextSpan titleSmall(
  1. BuildContext context
)

Sets TextTheme title small

Implementation

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