Landing constructor

Landing({
  1. Duration? delay = Duration.zero,
  2. Duration? duration = const Duration(milliseconds: 300),
  3. Curve? curve,
  4. double? begin,
  5. double? end,
})

Implementation

Landing({super.delay, super.duration, super.curve, this.begin, this.end});