FancyRichText constructor

const FancyRichText({
  1. Key? key,
  2. required String text,
})

Implementation

const FancyRichText({Key? key, required this.text}) : super(key: key);