TinderSwapCard class

A Tinder-Like Widget.

Inheritance

Constructors

TinderSwapCard({Key? key, required CardBuilder cardBuilder, required int totalNum, AmassOrientation orientation = AmassOrientation.bottom, int stackNum = 3, int animDuration = 800, double swipeEdge = 3.0, double swipeEdgeVertical = 8.0, bool swipeUp = false, bool swipeDown = false, required double maxWidth, required double maxHeight, required double minWidth, required double minHeight, bool allowVerticalMovement = true, CardController? cardController, CardSwipeCompleteCallback? swipeCompleteCallback, CardDragUpdateCallback? swipeUpdateCallback})
Constructor requires Card Widget Builder cardBuilder and your card count totalNum option includes: stack orientation orientation, number of card display in same time stackNum, swipeEdge is the edge to determine action(recover or swipe) when you release your swiping card it is the value of alignment, 0.0 means middle, so it need bigger than zero. and size control params;

Properties

cardController CardController?
final
hashCode int
The hash code for this object.
no setterinherited
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
swipeCompleteCallback CardSwipeCompleteCallback?
final
swipeUpdateCallback CardDragUpdateCallback?
final

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() TinderSwapCardState
Creates the mutable state for this widget at a given location in the tree.
override
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited

Operators

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