subtitle1 method

VxRichText subtitle1(
  1. BuildContext context
)

Sets TextTheme subtitle1

Implementation

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