CloseIcon constructor

const CloseIcon({
  1. Key? key,
  2. void onPressed()?,
  3. bool shouldPop = true,
})

Implementation

const CloseIcon({super.key, this.onPressed, this.shouldPop = true});