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