headline1 method

VxRichText headline1(
  1. BuildContext context
)

Sets TextTheme headline 1

Implementation

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