QuickButton constructor

const QuickButton(
  1. SvgData data, {
  2. Key? key,
  3. void onPressed()?,
})

Implementation

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