SpeedDialChild constructor

SpeedDialChild({
  1. Key? key,
  2. String? label,
  3. TextStyle? labelStyle,
  4. Color? labelBackgroundColor,
  5. Widget? labelWidget,
  6. List<BoxShadow>? labelShadow,
  7. Widget? child,
  8. bool visible = true,
  9. Color? backgroundColor,
  10. Color? foregroundColor,
  11. double? elevation,
  12. VoidCallback? onTap,
  13. VoidCallback? onLongPress,
  14. ShapeBorder? shape,
})

Implementation

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