RoundedCloseButton constructor

const RoundedCloseButton({
  1. Key? key,
  2. required Function onPress,
})

Implementation

const RoundedCloseButton({super.key, required this.onPress});