ActiveChange constructor

ActiveChange(
  1. ScreenState? previous,
  2. ScreenState current,
  3. Direction? direction,
  4. bool first,
)

Implementation

ActiveChange(this.previous, this.current, this.direction, this.first);