headline5 method

VxTextBuilder headline5(
  1. BuildContext context
)

Sets TextTheme headline 5

Implementation

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