headline5 method

VxRichText headline5(
  1. BuildContext context
)

Sets TextTheme headline 5

Implementation

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