ListItemProvider class
Methods
addListener (VoidCallback listener )
→ void
Register a closure to be called when the object changes.
inherited
addPlaceHolder ({required int listIndex , required int itemIndex })
→ void
calculateCardPositionSize ({required int listIndex , required int itemIndex , required BuildContext context , required VoidCallback setsate })
→ void
calculateSizePosition ({required int listIndex , required int itemIndex })
→ bool
checkForXAxisMovement ({required int listIndex , required int itemIndex })
→ void
checkForYAxisMovement ({required int listIndex , required int itemIndex })
→ void
dispose ()
→ void
Discards any resources used by the object. After this is called, the
object is not in a usable state and should be discarded (calls to
addListener will throw after the object is disposed).
inherited
getXAxisCondition ({required int listIndex , required int itemIndex })
→ bool
getYAxisCondition ({required int listIndex , required int itemIndex })
→ bool
isCurrentElementDragged ({required int listIndex , required int itemIndex })
→ bool
isLastItemDragged ({required int listIndex , required int itemIndex })
→ bool
isPrevSystemCard ({required int listIndex , required int itemIndex })
→ bool
noSuchMethod (Invocation invocation )
→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifyListeners ()
→ void
Call all the registered listeners.
inherited
onLongpressCard ({required int listIndex , required int itemIndex , required BuildContext context , required VoidCallback setsate })
→ void
removeListener (VoidCallback listener )
→ void
Remove a previously registered closure from the list of closures that are
notified when the object changes.
inherited
reorderCard ()
→ void
resetCardWidget ()
→ void
saveNewCard ()
→ void
toString ()
→ String
A string representation of this object.
inherited