AutoLayout class

Available Extensions

Constructors

AutoLayout(Layout _layout)
AutoLayout.of(Layout _layout, Color? _color, double _radius, bool _softWrap, double _spacing, Widget? _divider, TextStyle? _style, TextAlign? _textAlign, bool _useFlex, bool? _isMax, bool? _isCrossMax, MainAxisAlignment _mainAxisAlignment, MainAxisSize? _mainAxisSize, CrossAxisAlignment? _crossAxisAlignment, EdgeInsets? _padding, EdgeInsets? _margin, Color? _backgroundColor, BorderRadius? _borderRadius, List<WidgetWrapper> _wrappers, bool _centerEach, double? _height, double? _width)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

applyPadding(Widget widget) Widget
applyTo(Iterable items, Layout builder) Widget
applyWrappers(Widget built) Widget
autoWidget(dynamic item) Widget
build([dynamic item1, dynamic item2, dynamic item3, dynamic item4, dynamic item5, dynamic item6, dynamic item7, dynamic item8, dynamic item9, dynamic item10]) Widget
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