SurveyAppBar constructor
const
SurveyAppBar({
- required AppBarConfiguration appBarConfiguration,
- SurveyController? controller,
Implementation
const SurveyAppBar({
required this.appBarConfiguration,
this.controller,
});