bodySmall method

VxRichText bodySmall(
  1. BuildContext context
)

Sets TextTheme body small

Implementation

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