bodyText1 method

VxTextBuilder bodyText1(
  1. BuildContext context
)

Sets TextTheme bodyText1

Implementation

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