CloseButton95 constructor

const CloseButton95({
  1. Key? key,
  2. void onPressed(
    1. BuildContext
    )?,
})

Implementation

const CloseButton95({super.key, this.onPressed});