PlutoGridOnRowsMovedEvent class

Argument of PlutoGrid.onRowsMoved callback to receive the event of moving the row by dragging it.

Constructors

PlutoGridOnRowsMovedEvent({required int idx, required List<PlutoRow> rows})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
idx int
final
rows List<PlutoRow>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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