AutoLayout.of constructor

AutoLayout.of(
  1. Layout _layout,
  2. Color? _color,
  3. double _radius,
  4. bool _softWrap,
  5. double _spacing,
  6. Widget? _divider,
  7. TextStyle? _style,
  8. TextAlign? _textAlign,
  9. bool _useFlex,
  10. bool? _isMax,
  11. bool? _isCrossMax,
  12. MainAxisAlignment _mainAxisAlignment,
  13. MainAxisSize? _mainAxisSize,
  14. CrossAxisAlignment? _crossAxisAlignment,
  15. EdgeInsets? _padding,
  16. EdgeInsets? _margin,
  17. Color? _backgroundColor,
  18. BorderRadius? _borderRadius,
  19. List<WidgetWrapper> _wrappers,
  20. bool _centerEach,
  21. double? _height,
  22. 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,
);