headlineSmall method

VxTextBuilder headlineSmall(
  1. BuildContext context
)

Sets TextTheme headline small

Implementation

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