YaruResizablePaneDelegate class
Controls a YaruPanedView pane with a resizable size.
- Implemented types
Constructors
- YaruResizablePaneDelegate({required double initialPaneSize, required double minPaneSize, required double minPageSize, YaruPaneSide paneSide = YaruPaneSide.start})
-
Controls a YaruPanedView pane with a resizable size.
const
Properties
- allowPaneResizing → bool
-
no setteroverride
- hashCode → int
-
The hash code for this object.
no setterinherited
- initialPaneSize → double
-
final
- minPageSize → double
-
Min size of a YaruPanedView page.
This value has priority on minPaneSize.
final
- minPaneSize → double
-
Min size of a YaruPanedView pane.
minPaneSize has priority on this value.
final
- paneSide → YaruPaneSide
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
calculatePaneSize(
{required double availableSpace, required double? candidatePaneSize}) → double -
override
-
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