MetaBallComputedState constructor

MetaBallComputedState({
  1. required double x,
  2. required double y,
  3. required double r,
})

Implementation

MetaBallComputedState({
  required this.x,
  required this.y,
  required this.r,
});