headline2 method

VelocityXTextSpan headline2(
  1. BuildContext context
)

Sets TextTheme headline 2

Implementation

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