headlineLarge method

VelocityXTextSpan headlineLarge(
  1. BuildContext context
)

Sets TextTheme headline large

Implementation

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