headline3 method

VxRichText headline3(
  1. BuildContext context
)

Sets TextTheme headline 3

Implementation

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