CardController class

making class called as Card Controller

Constructors

CardController()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addListener(dynamic listener) → void
adding listener to listen
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
swipeLeft() → void
for action performed by clicking tap for left swipe
swipeRight() → void
for action performed by clicking tap for right swipe
toString() String
A string representation of this object.
inherited

Operators

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