SetLocationScreen constructor
const
SetLocationScreen({})
Implementation
const SetLocationScreen(
{Key? key, required this.setAddress, required this.googleKey, required this.mapboxKey, required this.addressSearchDelay, required this.isUseGoogleKey})
: super(key: key);