AFRichTextBuilder constructor

AFRichTextBuilder({
  1. required AFFundamentalThemeState theme,
  2. AFWidgetID? wid,
  3. TextStyle? styleBold,
  4. TextStyle? styleNormal,
  5. TextStyle? styleTapable,
  6. TextStyle? styleMuted,
})

Implementation

AFRichTextBuilder({
  required this.theme,
  this.wid,
  this.styleBold,
  this.styleNormal,
  this.styleTapable,
  this.styleMuted,
});