bodyLarge method

VelocityXTextSpan bodyLarge(
  1. BuildContext context
)

Sets TextTheme body large

Implementation

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