DropDown constructor

const DropDown({
  1. Key? key,
})

Implementation

const DropDown({Key? key}) : super(key: key);