DropDownButton constructor
const
DropDownButton({
- Key? key,
- Orientation? orientation = Orientation.portrait,
Implementation
const DropDownButton({super.key, this.orientation = Orientation.portrait});