nested_side_sheet library

Typedefs

DecorationBuilder = Widget Function(Widget child)
Creates a decoration widget which helps creating custom design.
SheetPredicate = bool Function(SideSheetEntry entry)
Signature for the NestedSideSheetState.popUntil predicate argument.
SideSheetTransitionBuilder = AnimatedWidget Function(Widget child, Animation<double> position)
Creates an AnimatedWidget that is used for side sheet navigation animation.