side_sheet_material3 library

Functions

showModalSideSheet(BuildContext context, {required Widget body, required String header, bool barrierDismissible = false, bool addBackIconButton = false, bool addCloseIconButton = true, bool addActions = true, bool addDivider = true, bool safeAreaTop = true, bool safeAreaBottom = false, String confirmActionTitle = 'Save', String cancelActionTitle = 'Cancel', String? closeButtonTooltip = 'Close', String? backButtonTooltip = 'Back', void confirmActionOnPressed()?, void cancelActionOnPressed()?, void onDismiss()?, void onClose()?, Duration? transitionDuration}) Future<void>
Displays a Material Design 3 side sheet as a general dialog.