AutoLayout({Key key, AutoLayoutDelegate delegate, List<Widget> children: const [] })

Creates a widget that uses the cassowary constraint solver to automatically size and position children.

Source

AutoLayout({
  Key key,
  this.delegate,
  List<Widget> children: const <Widget>[]
}) : super(key: key, children: children);