コード例 #1
0
 public RenderCustomSingleChildLayoutBox(
     RenderBox child = null,
     SingleChildLayoutDelegate layoutDelegate = null
     ) : base(child)
 {
     D.assert(layoutDelegate != null);
     _delegate = layoutDelegate;
 }
コード例 #2
0
ファイル: shifted_box.cs プロジェクト: wxFancer/UIWidgets
 public abstract bool shouldRelayout(SingleChildLayoutDelegate oldDelegate);