PolicyPresentationDropdownButtonWidget constructor
PolicyPresentationDropdownButtonWidget({
- required AppModel app,
- int? privilegeLevel,
- String? value,
- PolicyPresentationChanged? trigger,
- bool? optional,
- Key? key,
Implementation
PolicyPresentationDropdownButtonWidget(
{required this.app,
this.privilegeLevel,
this.value,
this.trigger,
this.optional,
super.key});