MyoroTableRowTapEvent<T> typedef
MyoroTableRowTapEvent<T> =
void Function(T item)
Tap event of a MyoroTableRow.
item
corresponds to the T
that was used to construct the given MyoroTableRow.
Implementation
typedef MyoroTableRowTapEvent<T> = void Function(T item);