FloatingSnackBar constructor
Implementation
const FloatingSnackBar({
super.key,
required this.child,
this.duration = const Duration(seconds: 2),
this.onEnd,
this.onPressed,
this.bottom = 16,
this.at,
});
const FloatingSnackBar({
super.key,
required this.child,
this.duration = const Duration(seconds: 2),
this.onEnd,
this.onPressed,
this.bottom = 16,
this.at,
});