IntArrayCacheProvider constructor
IntArrayCacheProvider({
- required int width,
- required int height,
- required CacheIndexProvider<
int> provider, - int? initialValue,
- CacheCoordinatePlane coordinatePlane = CacheCoordinatePlane.normal,
Implementation
IntArrayCacheProvider(
{required super.width,
required super.height,
required super.provider,
super.initialValue,
super.coordinatePlane});