MapPage constructor

const MapPage({
  1. Key? key,
  2. List<LatLng>? rPoints,
})

Implementation

const MapPage({Key? key,
this.rPoints}) : super(key: key);