SurveyPage constructor
const
SurveyPage({
- Key? key,
- required int length,
- required dynamic onResult(),
- PreferredSizeWidget? appBar,
- Decoration? decoration,
- Color? backgroundColor,
Implementation
const SurveyPage({
super.key,
required this.length,
required this.onResult,
required this.navigatorKey,
this.appBar,
this.decoration,
this.backgroundColor,
});