FloatingActionButton constructor
const
FloatingActionButton({})
Implementation
const FloatingActionButton({
required this.onPressed,
this.icon,
this.curve = 25,
this.size = 56,
this.height,
this.width,
this.hoverColor,
this.backgroudColor,
super.key,
});