kTopBottomTween top-level property

Animatable<Offset> kTopBottomTween
final

Implementation

final Animatable<Offset> kTopBottomTween = Tween<Offset>(
  begin: Offset.zero,
  end: const Offset(0.0, 1.0),
);