InputPageBlockMap constructor

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

Implementation

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