PageBlockMap constructor

const PageBlockMap(
  1. {required Location location,
  2. required int zoom,
  3. required int width,
  4. required int height,
  5. required PageBlockCaption caption}
)

A map

Implementation

const PageBlockMap({
  required this.location,
  required this.zoom,
  required this.width,
  required this.height,
  required this.caption,
});