closeBottomSheet method

void closeBottomSheet()

Implementation

void closeBottomSheet() {
  controller?.close();
}