kBottomTopTween top-level property

Animatable<Offset> kBottomTopTween
final

Implementation

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