QSlidePage class

Inheritance

Constructors

QSlidePage({bool fullscreenDialog = false, bool maintainState = true, Color? barrierColor, bool? barrierDismissible, String? barrierLabel, bool? opaque, Duration? transitionDuration, Duration? reverseTransitionDuration, String? restorationId, QCustomPage? withType, Curve? curve, Offset? offset})
const

Properties

barrierColor Color?
finalinherited
barrierDismissible bool?
finalinherited
barrierLabel String?
finalinherited
curve Curve?
final
fullScreenDialog bool
finalinherited
hashCode int
The hash code for this object.
no setterinherited
maintainState bool
finalinherited
offset Offset?
final
opaque bool?
finalinherited
restorationId String?
finalinherited
reverseTransitionDuration Duration
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transitionDuration Duration
finalinherited
transitionsBuilder RouteTransitionsBuilder?
finalinherited
withType QCustomPage?
finalinherited

Methods

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