headline1 method

VxTextBuilder headline1(
  1. BuildContext context
)

Sets TextTheme headline 1

Implementation

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