UnSheet<T> class
Null safety
- Inheritance
-
- Object
- RouteSettings
- Page<
T> - UnSheet
Constructors
- UnSheet({required Widget child, SmoothRadius? topRadius, Color? transitionBackgroundColor = Colors.black, SystemUiOverlayStyle? overlayStyle, Color? backgroundColor, double? elevation, double? closeProgressThreshold, ShapeBorder? shape, Clip? clipBehavior, Color? barrierColor, bool expand = false, AnimationController? secondAnimation, Curve? animationCurve, Curve? previousRouteAnimationCurve, bool bounce = true, bool? isDismissible, bool enableDrag = true, Duration? duration, RouteSettings? settings, BoxShadow? shadow, LocalKey? key, String? name, Object? arguments, String? restorationId})
-
const
Properties
- animationCurve → Curve?
-
final
- arguments → Object?
-
The arguments passed to this route.
finalinherited
- backgroundColor → Color?
-
final
- barrierColor → Color?
-
final
- bounce → bool
-
final
- child → Widget
-
final
- clipBehavior → Clip?
-
final
- closeProgressThreshold → double?
-
final
- duration → Duration?
-
final
- elevation → double?
-
final
- enableDrag → bool
-
final
- expand → bool
-
final
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- isDismissible → bool?
-
final
- key → LocalKey?
-
The key associated with this page.
finalinherited
- name → String?
-
The name of the route (e.g., "/settings").
finalinherited
- overlayStyle → SystemUiOverlayStyle?
-
final
- previousRouteAnimationCurve → Curve?
-
final
- restorationId → String?
-
Restoration ID to save and restore the state of the Route configured by
this page.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- secondAnimation → AnimationController?
-
final
- settings → RouteSettings?
-
final
- shadow → BoxShadow?
-
final
- shape → ShapeBorder?
-
final
- topRadius → SmoothRadius?
-
final
- transitionBackgroundColor → Color?
-
final
-
final
Methods
-
canUpdate(
Page other) → bool -
Whether this page can be updated with the
otherpage.inherited -
createRoute(
BuildContext context) → Route< T> -
Creates the Route that corresponds to this page.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited