bodyText2 method

VelocityXTextSpan bodyText2(
  1. BuildContext context
)

Sets TextTheme bodyText2

Implementation

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