LayoutIN class

Inheritance
Mixed in types

Constructors

LayoutIN()

Properties

alignment Alignment?
getter/setter pairinherited
axis Axis?
getter/setter pairinherited
child Widget?
getter/setter pairinherited
children List<Widget>?
getter/setter pairinherited
constraints BoxConstraints?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
height double?
getter/setter pairinherited
heightFactor double?
getter/setter pairinherited
margin EdgeInsets?
getter/setter pairinherited
padding EdgeInsets?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width double?
getter/setter pairinherited
widthFactor double?
getter/setter pairinherited

Methods

call() LayoutOUT
override
copy(LayoutIN iN) LayoutIN
inherited
createNew() LayoutIN
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resolve(dynamic data, Symbol tag) LayoutIN
inherited
toString() String
A string representation of this object.
inherited

Operators

operator *(double operand) LayoutIN
inherited
operator +(LayoutIN operand) LayoutIN
inherited
operator -(LayoutIN operand) LayoutIN
inherited
operator ==(Object other) bool
The equality operator.
inherited