titleLarge method

VxRichText titleLarge(
  1. BuildContext context
)

Sets TextTheme title large

Implementation

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