SurveyAppBar constructor

const SurveyAppBar({
  1. required AppBarConfiguration appBarConfiguration,
  2. SurveyController? controller,
})

Implementation

const SurveyAppBar({
  required this.appBarConfiguration,
  this.controller,
});