modal_side_sheet library

Classes

BodyWithSideSheet
An implementaion of Material Side Sheet suggested by Google. Generally to be used with Scaffold's body property. Should only to be used within Web or Desktop.

Functions

showModalSideSheet<T extends Object?>({required BuildContext context, required Widget body, bool barrierDismissible = false, Color barrierColor = const Color(0x80000000), double? width, double elevation = 8.0, Duration transitionDuration = const Duration(milliseconds: 300), String? barrierLabel = "Side Sheet", bool useRootNavigator = true, RouteSettings? routeSettings, bool withCloseControll = true, bool ignoreAppBar = true}) Future<T?>
Displays a Material Side Sheet transitioned from Right side of the screen.