left method

Tween<Offset> left()

Implementation

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