InputPageBlockMap constructor
InputPageBlockMap({
- Location? location,
- required int zoom,
- required int width,
- required int height,
- PageBlockCaption? caption,
Implementation
InputPageBlockMap({
this.location,
required this.zoom,
required this.width,
required this.height,
this.caption,
});