deshake static method
Removes small motion shifts from the video. with a maximum extent of movement in the horizontal and vertical direction of 32 pixels Receives ShakeStrength object returns Effect
Implementation
static Deshake deshake([ShakeStrength? factor]) {
return Deshake(factor);
}