FoldedRegionLayoutOptions class

Configuration options for the layout in the 'folded' display state.

Constructors

FoldedRegionLayoutOptions({double verticalSplitRatio = PresetSplitRatio.layout_1V1})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
verticalSplitRatio double
The ratio for splitting the available space when arranged vertically. Defines the proportion of space allocated to the primary region. Values range from 0.0 to 1.0. Defaults to PresetSplitRatio.layout_1V1.
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