bodyLarge method

VxRichText bodyLarge(
  1. BuildContext context
)

Sets TextTheme body large

Implementation

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