FdcGridRangeSelectionOverlayBand constructor
const
FdcGridRangeSelectionOverlayBand({})
Creates a FdcGridRangeSelectionOverlayBand.
Implementation
const FdcGridRangeSelectionOverlayBand({
required this.name,
required this.geometries,
required this.origin,
required this.clipWidth,
required this.scrollOffset,
});