labelLarge method

VxRichText labelLarge(
  1. BuildContext context
)

Sets TextTheme label large

Implementation

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