Options class

Constructors

Options([Map<String, dynamic>? value])

Properties

hashCode int
The hash code for this object.
no setterinherited
raw Map<String, dynamic>
raw options
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add({required String key, required dynamic value}) → void
add more options
disableAnimation() → void
enable/disable animation
flutterRoute() → void
is flutter route
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
present() → void
show container with/without present
toString() String
A string representation of this object.
inherited

Operators

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