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

Superclass Constraints
Mixin Applications

Properties

alignment Alignment?
no setter
axis Axis?
no setterinherited
child Widget
no setterinherited
children List<Widget>
no setterinherited
constraints BoxConstraints?
no setter
data LayoutData
no setter
hashCode int
The hash code for this object.
no setterinherited
height double?
no setter
heightFactor double
no setter
iD Symbol
no setter
iN → IN
finalinherited
longestSide double
no setter
margin EdgeInsets
no setter
measuredSize Size?
getter/setter pair
padding EdgeInsets
no setter
parentData LayoutData
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shortestSide double?
no setter
width double?
no setter
widthFactor double
no setter

Methods

build(BuildContext context) Widget
inherited
combine(List<Widget> children) Widget
override
inside(Widget child) Widget
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
outside(Widget child) Widget
override
toString() String
A string representation of this object.
inherited

Operators

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