YaruMasterResizablePaneDelegate class

Controls a YaruMasterDetailPage pane with a resizable width.

Implemented types

Constructors

YaruMasterResizablePaneDelegate({required double initialPaneWidth, required double minPaneWidth, required double minPageWidth})
Controls a YaruMasterDetailPage pane with a resizable width.
const

Properties

allowPaneResizing bool
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
initialPaneWidth double
Initial width of a YaruMasterDetailPage pane.
final
minPageWidth double
Min width of a YaruMasterDetailPage page. This value has priority on minPaneWidth.
final
minPaneWidth double
Min width of a YaruMasterDetailPage pane. minPaneWidth has priority on this value.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

calculatePaneWidth({required double availableWidth, required double? candidatePaneWidth}) 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