SelectionModeNone class final

A selection mode that doesn't animate the selection.

This selection mode has no duration and no curve, so it doesn't animate the selection.

Inheritance
Available extensions

Constructors

SelectionModeNone.new()
Constructs a SelectionModeNone.
const

Properties

curve Curve?
The curve of the selection animation.
finalinherited
duration Duration?
The duration of the selection animation.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
isAlwaysFirst bool

Available on SelectionMode, provided by the SelectionModeExtension extension

Returns true if this SelectionMode is of type SelectionModeAlwaysFirst.
no setter
isAutoCenter bool

Available on SelectionMode, provided by the SelectionModeExtension extension

Returns true if this SelectionMode is of type SelectionModeAutoCenter.
no setter
isCenterOrFirst bool

Available on SelectionMode, provided by the SelectionModeExtension extension

Returns true if this SelectionMode is of type SelectionModeAutoCenter or SelectionModeAlwaysFirst.
no setter
isNone bool

Available on SelectionMode, provided by the SelectionModeExtension extension

Returns true if this SelectionMode is of type SelectionModeNone.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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