AnimatedFloatingButton constructor
const
AnimatedFloatingButton({
- Key? key,
- VoidCallback? callback,
- Widget? label,
- Widget? child,
- Widget? dialRoot,
- bool useInkWell = false,
- Color? backgroundColor,
- Color? foregroundColor,
- String? tooltip,
- String? heroTag,
- double elevation = 6.0,
- double size = 56.0,
- ShapeBorder shape = const CircleBorder(),
- Curve curve = Curves.fastOutSlowIn,
- VoidCallback? onLongPress,
Implementation
const AnimatedFloatingButton({
Key? key,
this.callback,
this.label,
this.child,
this.dialRoot,
this.useInkWell = false,
this.backgroundColor,
this.foregroundColor,
this.tooltip,
this.heroTag,
this.elevation = 6.0,
this.size = 56.0,
this.shape = const CircleBorder(),
this.curve = Curves.fastOutSlowIn,
this.onLongPress,
}) : super(key: key);