Tilt constructor

Tilt({
  1. String? top,
  2. String? left,
  3. String? zoom,
})

This is constructor of class Tilt

Implementation

Tilt({
  this.top,
  this.left,
  this.zoom,
});