SpeedDialChild constructor

SpeedDialChild({
  1. Key? key,
  2. String? label,
  3. TextStyle? labelStyle,
  4. Color? labelBackgroundColor,
  5. Widget? labelWidget,
  6. Widget? child,
  7. Color? backgroundColor,
  8. Color? foregroundColor,
  9. double? elevation,
  10. VoidCallback? onTap,
  11. VoidCallback? onLongPress,
  12. ShapeBorder? shape,
})

Implementation

SpeedDialChild({
  this.key,
  this.label,
  this.labelStyle,
  this.labelBackgroundColor,
  this.labelWidget,
  this.child,
  this.backgroundColor,
  this.foregroundColor,
  this.elevation,
  this.onTap,
  this.onLongPress,
  this.shape,
});