tileCounts property

List<int?>? tileCounts
final

Total tile counts of each dimension.

If any one is null, the time size of that dimension will be infered from data.

Implementation

final List<int?>? tileCounts;