LegacyInternalPlasmaCompute constructor
LegacyInternalPlasmaCompute({})
Implementation
LegacyInternalPlasmaCompute({
required this.canvasSize,
required this.circleSize,
required this.offset,
required this.value,
}) : _radius = (circleSize * (canvasSize.width + canvasSize.height) / 2 / 3)
.roundToDouble();