InteractiveTextScreen constructor

const InteractiveTextScreen({
  1. Key? key,
  2. required String description,
})

Implementation

const InteractiveTextScreen({super.key, required this.description});