Area class

Child area in the MultiSplitView.

The area may have a size defined in pixels or weight between 0 and 1. Both weight and minimalWeight values will be multiplied by the total size available ignoring the thickness of the dividers. Before being visible for the first time, the size will be converted to weight according to the size of the widget.

Implementers

Constructors

Area({double? size, double? weight, double? minimalWeight, double? minimalSize})

Properties

hashCode int
The hash code for this object.
no setterinherited
hasMinimal bool
no setter
minimalSize double?
final
minimalWeight double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size double?
no setter
weight double?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateWeight(double value) → void

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

sizes(List<double> sizes) List<Area>
weights(List<double> weights) List<Area>