headline5 method

VelocityXTextSpan headline5(
  1. BuildContext context
)

Sets TextTheme headline 5

Implementation

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