MaybeMatrixMapIterator<T> typedef

MaybeMatrixMapIterator<T> = void Function(T? item, int colIndex, int rowIndex)

A function signature to iterate on a MatrixMap of type T

Implementation

typedef MaybeMatrixMapIterator<T> = void Function(T? item, int colIndex, int rowIndex);