headlineSmall method

VxRichText headlineSmall(
  1. BuildContext context
)

Sets TextTheme headline small

Implementation

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