AutoLayout.of constructor
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,
Implementation
AutoLayout.of(
this._layout,
this._color,
this._radius,
this._softWrap,
this._spacing,
this._divider,
this._style,
this._textAlign,
this._useFlex,
this._isMax,
this._isCrossMax,
this._mainAxisAlignment,
this._mainAxisSize,
this._crossAxisAlignment,
this._padding,
this._margin,
this._backgroundColor,
this._borderRadius,
this._wrappers,
this._centerEach,
this._height,
this._width,
);