bodyMedium method

VelocityXTextSpan bodyMedium(
  1. BuildContext context
)

Sets TextTheme body medium

Implementation

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