FloatingGlassButton constructor
const
FloatingGlassButton({})
Implementation
const FloatingGlassButton({
super.key,
required this.sfIcon,
this.onTap,
this.iconColor,
this.isActive = false,
this.isEnabled = true,
this.subWidget,
});