reset method

void reset()

Reset the attached sheet to its initial size (see: DraggableScrollableSheet.initialChildSize).

Implementation

void reset() {
  _assertAttached();
  _attachedController!.reset();
}