DropdownButtonComponent constructor Null safety

DropdownButtonComponent(
  1. {required AppModel app,
  2. String? componentId,
  3. int? privilegeLevel,
  4. String? value,
  5. Changed? trigger,
  6. bool? optional}
)

Implementation

DropdownButtonComponent(
    {required this.app,
    this.componentId,
    this.privilegeLevel,
    this.value,
    this.trigger,
    this.optional});