displaySmall method

VxTextBuilder displaySmall(
  1. BuildContext context
)

Sets TextTheme display small

Implementation

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