SurveyAppBar constructor
const
SurveyAppBar({
- Key? key,
- SurveyController? controller,
Implementation
const SurveyAppBar({
super.key,
this.controller,
});
const SurveyAppBar({
super.key,
this.controller,
});