titleLarge method

VelocityXTextSpan titleLarge(
  1. BuildContext context
)

Sets TextTheme title large

Implementation

VelocityXTextSpan titleLarge(BuildContext context) {
  _themedStyle = context.textTheme.titleLarge;
  return this;
}