CardDismissibleConfig class

Constructors

CardDismissibleConfig({required Key key, required CardDismissibleAction primaryAction, CardDismissibleAction? secondaryAction})
Settings for SeniorCard-supported dismiss action. The key and primaryAction parameters are required.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
key Key
final
primaryAction CardDismissibleAction
Primary action. Drag from left to right.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondaryAction CardDismissibleAction?
Secondary action. Drag from right to left.
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