displayLarge method

VxRichText displayLarge(
  1. BuildContext context
)

Sets TextTheme display large

Implementation

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