UnblockButton constructor

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

Implementation

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