SetLocationScreen constructor

const SetLocationScreen({
  1. Key? key,
  2. required SetAddress setAddress,
  3. required String googleKey,
  4. required String mapboxKey,
  5. required int addressSearchDelay,
  6. required bool isUseGoogleKey,
})

Implementation

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