controller property
Creates an animation controller. This controller allows move the panel.
//Example: Close the panel
await controller.close();
Implementation
final SlidingBottomSheetController? controller;
Creates an animation controller. This controller allows move the panel.
//Example: Close the panel
await controller.close();
final SlidingBottomSheetController? controller;