HoverModeRegionLayoutOptions class
Configuration options applied when the widget is hovered.
These can override settings from the current DisplayState options.
Constructors
- HoverModeRegionLayoutOptions({bool showExtraRegion = false, double horizontalSplitRatio = PresetSplitRatio.layout_3V2, ExtraRegionPosition extraRegionPosition = ExtraRegionPosition.top})
Properties
- extraRegionPosition ↔ ExtraRegionPosition
-
Optional override for the vertical split ratio during hover.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- horizontalSplitRatio ↔ double
-
Optional override for the horizontal split ratio during hover.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- showExtraRegion ↔ bool
-
Explicitly show or hide the extra region during hover.
If null, the visibility depends on the base layout options.
getter/setter pair
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