AFRichTextBuilder constructor
AFRichTextBuilder({
- required AFFundamentalThemeState theme,
- AFWidgetID? wid,
- TextStyle? styleBold,
- TextStyle? styleNormal,
- TextStyle? styleTapable,
- TextStyle? styleMuted,
Implementation
AFRichTextBuilder({
required this.theme,
this.wid,
this.styleBold,
this.styleNormal,
this.styleTapable,
this.styleMuted,
});