EndDialog<T extends LessonProvider> constructor
- {Key? key,
- required VoidCallback leavingCallback,
- required VoidCallback resetCallback,
- required String title}
Implementation
const EndDialog(
{super.key,
required this.leavingCallback,
required this.resetCallback,
required this.title});