SpeedDialChild constructor

const SpeedDialChild({
  1. VoidCallback? onPressed,
  2. Widget? child,
  3. Widget? label,
  4. Color? backgroundColor,
  5. Color? foregroundColor,
})

Implementation

const SpeedDialChild({
  this.onPressed,
  this.child,
  this.label,
  this.backgroundColor,
  this.foregroundColor,
});