FloatingActionButton constructor
const
FloatingActionButton({})
Implementation
const FloatingActionButton({
required this.child,
this.onTap,
this.right = 24,
this.bottom = 24,
this.size = 56,
this.label,
this.accent = true,
super.key,
});