PCUSelectDateRoute constructor

const PCUSelectDateRoute({
  1. Key? key,
  2. String? title,
})

Implementation

const PCUSelectDateRoute({super.key, this.title});