TwoDimensionalChildListDelegate constructor
Creates a delegate that supplies children for a TwoDimensionalScrollView.
The children and addRepaintBoundaries must not be null.
Implementation
TwoDimensionalChildListDelegate({
this.addRepaintBoundaries = true,
this.addAutomaticKeepAlives = true,
required this.children,
});