headline1 method

VelocityXTextSpan headline1(
  1. BuildContext context
)

Sets TextTheme headline 1

Implementation

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