reset method Null safety
Reset the attached sheet to its initial size (see: DraggableScrollableSheet.initialChildSize).
Implementation
void reset() {
_assertAttached();
_attachedController!.reset();
}
Reset the attached sheet to its initial size (see: DraggableScrollableSheet.initialChildSize).
void reset() {
_assertAttached();
_attachedController!.reset();
}