Area class

Child area in the MultiSplitView.

The area may have a size defined in pixels or flex factor to define the filling of the available space.

The flex has a default value of 1 if the size is null.

The available size will be the size of the widget minus the thickness of the dividers.

Before becoming visible for the first time, the area may be adjusted to resolve the following inconsistencies:

  • If all areas are using size, they will all be converted to use flex.

Constructors

Area({double? size, double? flex, double? min, double? max, dynamic data, Widget? widget, WidgetBuilder? builder})

Properties

builder WidgetBuilder?
getter/setter pair
data ↔ dynamic
Any data associated with the area.
getter/setter pair
flex double?
no setter
hashCode int
The hash code for this object.
no setterinherited
max double?
no setter
min double?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size double?
no setter
widget Widget?
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