headlineSmall method

VelocityXTextSpan headlineSmall(
  1. BuildContext context
)

Sets TextTheme headline small

Implementation

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