titleSmall method

VxRichText titleSmall(
  1. BuildContext context
)

Sets TextTheme title small

Implementation

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