displaySmall method

VxRichText displaySmall(
  1. BuildContext context
)

Sets TextTheme display small

Implementation

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