SpeedDialIcons constructor

const SpeedDialIcons({
  1. Key? key,
  2. String? label,
  3. Widget? child,
  4. required dynamic onPressed(),
})

Implementation

const SpeedDialIcons({super.key, this.label, this.child, required this.onPressed});