LayoutConfigIN<T extends LayoutConfigIN<T, OUT>, OUT extends LayoutConfigOUT<OUT, T>> mixin

Superclass Constraints
Mixin Applications

Properties

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

Methods

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

Operators

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