subtitle2 method

VelocityXTextSpan subtitle2(
  1. BuildContext context
)

Sets TextTheme subtitle2

Implementation

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