IntervalSelection class Null safety

The selection to select a continuous range of data values

A rectangle mark is shown to depict the extents of the interval.

Inheritance

Constructors

IntervalSelection({Color? color, Dim? dim, String? variable, Set<GestureType>? clear, Set<PointerDeviceKind>? devices, int? layer})
Creates an interval selection.

Properties

clear Set<GestureType>?
Gesture types that will clear selections.
read / writeinherited
color Color?
The color of the interval mark.
read / write
devices Set<PointerDeviceKind>?
The device kinds on which this selection is tiggered.
read / writeinherited
dim Dim?
Which diemsion of data values will be tested.
read / writeinherited
hashCode int
The hash code for this object.
read-onlyinherited
layer int?
The layer of the selector mark.
read / writeinherited
on Set<GestureType>?
Gesture types that trigger this selection.
read / writeinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
variable String?
If set, all tuples sharing the same this variable value with the selected tuple, will also be selected.
read / writeinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override