InputPageBlockMap constructor
const
InputPageBlockMap({
- required InputGeoPointBase geo,
- required int zoom,
- required int w,
- required int h,
- 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._();