SideSheetPage<T> class

Constructors

SideSheetPage({required dynamic transitionsBuilder, required dynamic child, dynamic anchorPoint, dynamic barrierColor = Colors.black87, dynamic barrierDismissible = true, dynamic barrierLabel, dynamic transitionDuration = const Duration(milliseconds: 500), String? label, bool useSafeArea = true, dynamic themes, dynamic key, dynamic name, dynamic arguments, dynamic restorationId})
const

Properties

anchorPoint → dynamic
final
hashCode int
The hash code for this object.
no setterinherited
label String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
themes → dynamic
final
useSafeArea bool
final

Methods

createRoute(dynamic context) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited