Detail constructor

const Detail(
  1. {Key? key,
  2. DetailParams? params}
)

Implementation

const Detail({super.key, this.params});