h4normal method

RichTextBuilder h4normal(
  1. String text
)

Implementation

RichTextBuilder h4normal(String text) {
  return applyChild(text, baseStyle: _header4Normal ??= textTheme.headline4!.copyWith(fontWeight: FontWeight.normal));
}