contentUi method
Implementation
Widget contentUi(){
return Column( children: [
stackDropDownAndIcon(),
errorTextWidget()
],);
}
Widget contentUi(){
return Column( children: [
stackDropDownAndIcon(),
errorTextWidget()
],);
}