LeftAnime constructor

LeftAnime(
  1. int seconds,
  2. int padding, {
  3. required Widget? child,
  4. Curve? curve,
})

Implementation

LeftAnime(this.seconds, this.padding, {required this.child, this.curve});