headline4 method

VelocityXTextSpan headline4(
  1. BuildContext context
)

Sets TextTheme headline 4

Implementation

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