labelLarge method

VxRichText labelLarge(
  1. BuildContext context
)

Sets TextTheme label large

Implementation

VxRichText labelLarge(BuildContext context) {
  _themedStyle = context.textTheme.labelLarge;
  return this;
}