bodyText2 method

VxRichText bodyText2(
  1. BuildContext context
)

Sets TextTheme bodyText2

Implementation

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