QScreenPresentationConfig class

Annotations
  • @JsonSerializable(createFactory: false)

Constructors

QScreenPresentationConfig(QScreenPresentationStyle presentationStyle, [bool animated = true])

Properties

animated bool
iOS only. For Android consider using QScreenPresentationStyle.noAnimation. Describes whether should transaction be animated or not. Default value is true.
final
hashCode int
The hash code for this object.
no setterinherited
presentationStyle QScreenPresentationStyle
Describes how screens will be displayed. For mode details see the enum description.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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