Adapter constructor

const Adapter({
  1. bool? animated,
})

Implementation

const Adapter({bool? animated}) : animated = animated ?? false;