createState method
Creates the mutable state for this widget.
Implementation
@override
State<DropdownButton<T>> createState() => _DropdownButtonState<T>();
Creates the mutable state for this widget.
@override
State<DropdownButton<T>> createState() => _DropdownButtonState<T>();