bodySmall method

VxTextBuilder bodySmall(
  1. BuildContext context
)

Sets TextTheme body small

Implementation

VxTextBuilder bodySmall(BuildContext context) {
  _themedStyle = context.textTheme.bodySmall;
  return this;
}