CoustomFloatingActionButton constructor
const
CoustomFloatingActionButton({})
Implementation
const CoustomFloatingActionButton({
super.key,
this.width,
this.height,
this.icon,
this.iconColor,
this.iconSize,
this.buttonRadius,
this.bgcolors,
this.gradient,
this.borderColor,
this.borderWidth,
required this.onPress,
});