Esempio n. 1
0
 public RenderCustomSingleChildLayoutBox(
     RenderBox child = null,
     SingleChildLayoutDelegate layoutDelegate = null
     ) : base(child)
 {
     D.assert(layoutDelegate != null);
     _delegate = layoutDelegate;
 }
Esempio n. 2
0
 public abstract bool shouldRelayout(SingleChildLayoutDelegate oldDelegate);