MapLayout constructor

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

Implementation

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