kLeftRightTween top-level property

Animatable<Offset> kLeftRightTween
final

Implementation

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