ResizeHandle enum

Position of resize handles on a resizable element.

Inheritance
Available extensions

Values

topLeft → const ResizeHandle
topCenter → const ResizeHandle
topRight → const ResizeHandle
centerLeft → const ResizeHandle
centerRight → const ResizeHandle
bottomLeft → const ResizeHandle
bottomCenter → const ResizeHandle
bottomRight → const ResizeHandle

Properties

cursor MouseCursor

Available on ResizeHandle, provided by the ResizeHandleExtension extension

Returns the appropriate mouse cursor for this resize handle position.
no setter
hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
isCorner bool

Available on ResizeHandle, provided by the ResizeHandleExtension extension

Whether this is a corner handle (vs edge-centered handle).
no setter
isEdge bool

Available on ResizeHandle, provided by the ResizeHandleExtension extension

Whether this is an edge-centered handle (vs corner handle).
no setter
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

buildEdgeHitArea({required double thickness, required Widget child}) Widget?

Available on ResizeHandle, provided by the ResizeHandleExtension extension

Builds an edge hit area widget for this handle position.
buildPositioned({required double offset, required double hitAreaSize, required Widget child}) Widget

Available on ResizeHandle, provided by the ResizeHandleExtension extension

Builds a positioned widget for this handle.
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

Constants

values → const List<ResizeHandle>
A constant List of the values in this enum, in order of their declaration.