FdcGridRangeSelectionOverlayBand class
Horizontal viewport band used by the range-selection overlay.
Constructors
-
FdcGridRangeSelectionOverlayBand({required String name, required List<
FdcGridRangeSelectionOverlayColumnGeometry> geometries, required double origin, required double clipWidth, required double scrollOffset}) -
Creates a FdcGridRangeSelectionOverlayBand.
const
Properties
- clipWidth → double
-
Width of the visible clipped region for this band, in logical pixels.
final
-
geometries
→ List<
FdcGridRangeSelectionOverlayColumnGeometry> -
Column geometries that belong to this viewport band.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
Stable band name used to distinguish pinned and scrollable regions.
final
- origin → double
-
Horizontal origin of the band in grid viewport coordinates.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scrollOffset → double
-
Horizontal scroll displacement applied to this band, in logical pixels.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited