headline3 method

VxTextBuilder headline3(
  1. BuildContext context
)

Sets TextTheme headline 3

Implementation

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