FlusmicRichText constructor

const FlusmicRichText(
  1. List<Richable> richFields, {
  2. Key? key,
  3. double bottomSeparation = 8.0,
  4. CrossAxisAlignment crossAlignment = CrossAxisAlignment.start,
  5. Widget? failWidget,
  6. TextStyle? headline1Style,
  7. TextStyle? headline2Style,
  8. TextStyle? headline3Style,
  9. TextStyle? headline4Style,
  10. TextStyle? headline5Style,
  11. TextStyle? headline6Style,
  12. BoxFit imageFit = BoxFit.cover,
  13. Widget? loadingWidget,
  14. TextStyle? paragraphStyle,
})

Deafult constructor

Implementation

const FlusmicRichText(
  this.richFields, {
  Key? key,
  this.bottomSeparation = 8.0,
  this.crossAlignment = CrossAxisAlignment.start,
  this.failWidget,
  this.headline1Style,
  this.headline2Style,
  this.headline3Style,
  this.headline4Style,
  this.headline5Style,
  this.headline6Style,
  this.imageFit = BoxFit.cover,
  this.loadingWidget,
  this.paragraphStyle,
}) : super(key: key);