Flutter picker view ,Set state not working
set State not working in picker
final dropdownDesignation = MaterialButton(
child: Text(
selectedDesignation,
style: style,
),
height: 50,
elevation: 0,
color: appBackgroundColor,
onPressed: () {
showModalBottomSheet(
...