Contents constructor

const Contents({
  1. Key? key,
  2. bool showExit = false,
})

Implementation

const Contents({super.key, this.showExit = false});