FAB constructor
const
FAB({})
Implementation
const FAB({
required this.icon,
this.label,
this.onPressed,
this.style,
this.size = FABSize.regular,
this.disabled = false,
this.position = FABPosition.bottomRight,
this.tooltip,
super.key,
});