FloatEffect constructor

const FloatEffect({
  1. double dy = 12.0,
})

Implementation

const FloatEffect({
  this.dy = 12.0,
});