SheetPredicate typedef
SheetPredicate =
bool Function(SideSheetEntry entry)
Signature for the NestedSideSheetState.popUntil predicate argument.
Implementation
typedef SheetPredicate = bool Function(SideSheetEntry<dynamic> entry);