SpeedDial constructor
const
SpeedDial({
- Key? key,
- Widget? childOnOpen,
- List<
SpeedDialChild> ? speedDialChildren, - TextStyle? labelsStyle,
- AnimationController? controller,
- Color? closedForegroundColor,
- Color? openForegroundColor,
- Color? closedBackgroundColor,
- Color? openBackgroundColor,
- Widget? childOnClose,
- IconData? onCloseIcon,
- IconData? onOpenIcon,
Implementation
const SpeedDial({
super.key,
this.childOnOpen,
this.speedDialChildren,
this.labelsStyle,
this.controller,
this.closedForegroundColor,
this.openForegroundColor,
this.closedBackgroundColor,
this.openBackgroundColor,
this.childOnClose,
this.onCloseIcon,
this.onOpenIcon,
});