bodyText2 method

VxTextBuilder bodyText2(
  1. BuildContext context
)

Sets TextTheme bodyText2

Implementation

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