tweenOffset property

Tween<Offset> tweenOffset
final

平移动画的补间值

Implementation

static final Tween<Offset> tweenOffset = Tween<Offset>(
  begin: const Offset(0, 40),
  end: const Offset(0, 0),
);