DraggableScrollableController constructor

DraggableScrollableController()

Creates a controller for DraggableScrollableSheet.

Implementation

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