OptLatLngQuad constructor

const OptLatLngQuad({
  1. required OptLatLng topLeft,
  2. required OptLatLng topRight,
  3. required OptLatLng bottomRight,
  4. required OptLatLng bottomLeft,
})

Implementation

const OptLatLngQuad({
  required this.topLeft,
  required this.topRight,
  required this.bottomRight,
  required this.bottomLeft,
});