ActionZoom constructor

ActionZoom({
  1. double startScale = 0.0,
  2. double currentScale = 0.0,
})

Implementation

ActionZoom({
    this.startScale = 0.0,
    this.currentScale = 0.0,
});