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