titleLarge method

VelocityXTextSpan titleLarge(
  1. BuildContext context
)

Sets TextTheme title large

Implementation

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