bodyLarge method

VxTextBuilder bodyLarge(
  1. BuildContext context
)

Sets TextTheme body large

Implementation

VxTextBuilder bodyLarge(BuildContext context) {
  _themedStyle = context.textTheme.bodyLarge;
  return this;
}