Adapter constructor

Adapter({
  1. bool? animated,
  2. Direction? direction,
})

Implementation

Adapter({bool? animated, this.direction}) : animated = animated ?? false;