MatrixRectGetter typedef

MatrixRectGetter = RectGetter Function(int xIndex, int yIndex, {List<String> extras, String? named, Size? sampleSortSize, int? toXIndex, int? toYIndex})

Implementation

typedef MatrixRectGetter = RectGetter Function(int xIndex, int yIndex, {int? toXIndex, int? toYIndex, String? named, List<String> extras, Size? sampleSortSize});