titleLarge method

VxRichText titleLarge(
  1. BuildContext context
)

Sets TextTheme title large

Implementation

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