headline6 method

VxRichText headline6(
  1. BuildContext context
)

Sets TextTheme headline 6

Implementation

VxRichText headline6(BuildContext context) {
  _themedStyle = Theme.of(context).textTheme.headline6;
  return this;
}