FloatingActionBar constructor
Creates a FloatingActionBar with one main content surface and optional trailing action surfaces.
Implementation
const FloatingActionBar({
super.key,
required this.child,
this.actions = const [],
this.visible = true,
this.spacing = 8,
this.contentPadding = const EdgeInsets.symmetric(vertical: 8),
});