FloatingActionButton constructor
const
FloatingActionButton({})
Implementation
const FloatingActionButton({
super.key,
this.child,
this.onPressed,
this.backgroundColor,
this.foregroundColor,
this.elevation,
this.hoverElevation,
this.focusElevation,
this.disabledElevation,
this.shape,
this.mini = false,
this.tooltip,
});