CourseScaffoldSettingDialog constructor
const
CourseScaffoldSettingDialog({
- Key? key,
- required bool? showSectionTime,
- required bool? showInstructors,
- required bool? showClassroomLocation,
- required bool? showSearchButton,
- dynamic showSectionTimeOnChanged(
- bool?
- dynamic showInstructorsOnChanged(
- bool?
- dynamic showClassroomLocationOnChanged(
- bool?
- dynamic showSearchButtonOnChanged(
- bool?
Implementation
const CourseScaffoldSettingDialog({
super.key,
required this.showSectionTime,
required this.showInstructors,
required this.showClassroomLocation,
required this.showSearchButton,
this.showSectionTimeOnChanged,
this.showInstructorsOnChanged,
this.showClassroomLocationOnChanged,
this.showSearchButtonOnChanged,
});