GoogleMaps constructor

const GoogleMaps({
  1. Key? key,
  2. required GoogleMapsController controller,
})

Implementation

const GoogleMaps({
  Key? key,
  required this.controller,
}) : super(key: key);