StatePicker constructor
const
StatePicker({})
Implementation
const StatePicker({
super.key,
required this.countryName,
required this.onChanged,
this.height,
this.width,
this.customWidget,
this.verticalPadding,
this.horizontalPadding,
this.isSearchEnable = true,
this.pickerEnable = true,
this.value,
});