Tween<Offset> halfLeft(){ return Tween<Offset>( begin: const Offset(1, 0.0), end: const Offset(0.4, -0.2), ); }