Exemple #1
0
 public RenderCustomMultiChildLayoutBox(
     List<RenderBox> children = null,
     MultiChildLayoutDelegate layoutDelegate = null
 ) {
     D.assert(layoutDelegate != null);
     this._delegate = layoutDelegate;
     this.addAll(children);
 }
 public abstract bool shouldRelayout(MultiChildLayoutDelegate oldDelegate);