QdsGuide constructor

const QdsGuide({
  1. Key? key,
  2. required String text,
  3. String? emojiText,
  4. Color? backgroundColor,
})

Implementation

const QdsGuide({super.key, required this.text, this.emojiText, this.backgroundColor});