Пример #1
0
 public RenderCustomSingleChildLayoutBox(
     RenderBox child = null,
     SingleChildLayoutDelegate layoutDelegate = null
     ) : base(child)
 {
     D.assert(layoutDelegate != null);
     _delegate = layoutDelegate;
 }
Пример #2
0
 public abstract bool shouldRelayout(SingleChildLayoutDelegate oldDelegate);