CleanRichText constructor

const CleanRichText(
  1. InlineSpan child, {
  2. Key? key,
  3. TextAlign? textAlign,
  4. int? maxLines,
})

Implementation

const CleanRichText(this.child, {Key? key, this.textAlign, this.maxLines})
    : super(key: key);