headline3 method

VelocityXTextSpan headline3(
  1. BuildContext context
)

Sets TextTheme headline 3

Implementation

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