ProceedBlock constructor

const ProceedBlock(
  1. String text, {
  2. Key? key,
  3. void onPressed()?,
})

Implementation

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