QCustomPage class

Give a custom animation for the page.

Inheritance
Implementers

Constructors

QCustomPage({bool fullscreenDialog = false, bool maintainState = true, Color? barrierColor, bool? barrierDismissible, String? barrierLabel, bool? opaque, Duration transitionDuration = defaultDuration, Duration reverseTransitionDuration = defaultDuration, RouteTransitionsBuilder? transitionsBuilder, String? restorationId, QCustomPage? withType})
const

Properties

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

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