PageBlockMap constructor
const
PageBlockMap({
- required Location location,
- required int zoom,
- required int width,
- required int height,
- required PageBlockCaption caption,
A map
Implementation
const PageBlockMap({
required this.location,
required this.zoom,
required this.width,
required this.height,
required this.caption,
});