StackedOptions class

Constructors

StackedOptions({required String key, Offset itemOffset = const Offset(0, 0), double scaleFactor = 0, StackedType type = StackedType.same})

Properties

hashCode int
The hash code for this object.
no setterinherited
itemOffset Offset
The offset of the stacked item from the previous stacked item
final
key String
The key of the stacked notification, if you want to stack the notifications
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scaleFactor double
The scale factor of the stacked item from the previous stacked item
final
type StackedType
The type of the stack
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