DropdownDialog constructor

DropdownDialog({
  1. Key? key,
  2. BoxDecoration? decorationDropdown,
  3. double? elevationShadow,
  4. List<Widget>? listWidgetItem,
})

Implementation

DropdownDialog({Key? key, this.decorationDropdown, this.elevationShadow, this.listWidgetItem}) : super(key: key);