SurveyAppBar constructor

const SurveyAppBar({
  1. Key? key,
  2. SurveyController? controller,
})

Implementation

const SurveyAppBar({
  super.key,
  this.controller,
});