TwoDimensionalChildDelegate constructor

TwoDimensionalChildDelegate()

Creates a delegate that supplies children for scrolling in two dimensions.

Implementation

TwoDimensionalChildDelegate() {
  if (kFlutterMemoryAllocationsEnabled) {
    ChangeNotifier.maybeDispatchObjectCreation(this);
  }
}