MapSmHomeWidget constructor

const MapSmHomeWidget({
  1. Key? key,
  2. required CurrentUserLocationEntity currentUserLocation,
  3. required void fInfo(
    1. MakerInfo,
    2. int
    ),
  4. required void routingInfoF(
    1. RoutingInfo? routes
    ),
  5. MakerInfo? sInfo1,
  6. MakerInfo? sInfo2,
  7. MakerInfo? sInfo3,
  8. List<LatLng>? rPoints,
})

Implementation

const MapSmHomeWidget({
  Key? key,
  required this.currentUserLocation,
  required this.fInfo,
  required this.routingInfoF,
  this.sInfo1,
  this.sInfo2,
  this.sInfo3,
  this.rPoints
}) : super(key: key);