h4black method
Implementation
RichTextBuilder h4black(String text) {
return applyChild(text,
baseStyle: textTheme.headline4!.copyWith(
fontWeight: FontWeight.w900,
));
}
RichTextBuilder h4black(String text) {
return applyChild(text,
baseStyle: textTheme.headline4!.copyWith(
fontWeight: FontWeight.w900,
));
}