TwoDimensionalChildDelegate constructor
Creates a delegate that supplies children for scrolling in two dimensions.
Implementation
TwoDimensionalChildDelegate() {
if (kFlutterMemoryAllocationsEnabled) {
ChangeNotifier.maybeDispatchObjectCreation(this);
}
}