PageBlockMap constructor

PageBlockMap({
  1. String? extra,
  2. int? client_id,
  3. Location? location,
  4. int32? zoom,
  5. int32? width,
  6. int32? height,
  7. PageBlockCaption? caption,
})

Implementation

PageBlockMap({
  super.extra,
  super.client_id,
  this.location,
  this.zoom,
  this.width,
  this.height,
  this.caption,
});