ExampleDropDownWidget constructor

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

Implementation

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