AtlasWidget constructor Null safety

AtlasWidget(
  1. {Key? key,
  2. Location? location,
  3. bool implyUserLocation = true,
  4. List<AtlasMarker>? markers,
  5. double? width,
  6. double? height,
  7. bool liteMode = false,
  8. bool allowZoom = true,
  9. bool allowScroll = true,
  10. bool allowRotate = true,
  11. bool allowUserLocation = false,
  12. bool allowUserLocationButton = false,
  13. LocationCallback? onReady,
  14. LocationCallback? onIdle,
  15. LocationCallback? onMove}
)