labelLarge method

VelocityXTextSpan labelLarge(
  1. BuildContext context
)

Sets TextTheme label large

Implementation

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