displayLarge method

VelocityXTextSpan displayLarge(
  1. BuildContext context
)

Sets TextTheme display large

Implementation

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