SpeedDialCustom constructor
const
SpeedDialCustom({
- Key? key,
- List<
SpeedDialChild> children = const [], - bool visible = true,
- Color? backgroundColor,
- Color? foregroundColor,
- Color? activeBackgroundColor,
- Color? activeForegroundColor,
- AnimatedIconData? animatedIcon,
- ShapeBorder shape = const StadiumBorder(),
- Curve curve = Curves.fastOutSlowIn,
- VoidCallback? onPress,
Implementation
const SpeedDialCustom({super.key,
this.children = const [],
this.visible = true,
this.backgroundColor,
this.foregroundColor,
this.activeBackgroundColor,
this.activeForegroundColor,
this.animatedIcon,
this.shape = const StadiumBorder(),
this.curve = Curves.fastOutSlowIn,
this.onPress,
});