Error code Hi I\'m new to flutter and have a question about dropdownbutton regarding using the same values for multiple dropdownbutton.
From my understanding from th
_value1 and _value2 variables need to be initialized, or you can do that:
_value1
_value2
value: _value1 != null ? _value1 : null, hint: Text('Your hint'),