h3black method
Implementation
RichTextBuilder h3black(String text) {
return applyChild(text,
baseStyle: textTheme.headline3!.copyWith(
fontWeight: FontWeight.w900,
letterSpacing: 0.0,
));
}
RichTextBuilder h3black(String text) {
return applyChild(text,
baseStyle: textTheme.headline3!.copyWith(
fontWeight: FontWeight.w900,
letterSpacing: 0.0,
));
}