displaySmall method

VxRichText displaySmall(
  1. BuildContext context
)

Sets TextTheme display small

Implementation

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