PickLocationScreen constructor

const PickLocationScreen({
  1. Key? key,
  2. required String googleKey,
  3. Color? pinColor,
  4. Widget? resultContainer,
})

Implementation

const PickLocationScreen({
  super.key,
  required this.googleKey,
  this.pinColor,
  this.resultContainer,
});