DropDownButton constructor

const DropDownButton({
  1. Key? key,
  2. Orientation? orientation = Orientation.portrait,
})

Implementation

const DropDownButton({super.key, this.orientation = Orientation.portrait});