InputPageBlockMap constructor

const InputPageBlockMap({
  1. required InputGeoPointBase geo,
  2. required int zoom,
  3. required int w,
  4. required int h,
  5. required PageCaptionBase caption,
})

Input Page Block Map constructor.

Implementation

const InputPageBlockMap({
  required this.geo,
  required this.zoom,
  required this.w,
  required this.h,
  required this.caption,
}) : super._();