ScenarioLayout class

Constructors

ScenarioLayout.compressed({ScenarioLayoutSizing horizontalLayout = const ScenarioLayoutCompressed(), ScenarioLayoutSizing verticalLayout = const ScenarioLayoutCompressed()})
const
ScenarioLayout.fill()
const
ScenarioLayout.fixed(double width, double height)
const
ScenarioLayout.fixedH(double width, {ScenarioLayoutSizing crossAxisLayout = const ScenarioLayoutCompressed()})
const
ScenarioLayout.fixedV(double height, {ScenarioLayoutSizing crossAxisLayout = const ScenarioLayoutCompressed()})
const
ScenarioLayout.sizing(ScenarioLayoutSizing? _h, ScenarioLayoutSizing? _v)
const

Properties

h ScenarioLayoutSizing
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
v ScenarioLayoutSizing
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

Operators

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