FloatingConfig constructor
const
FloatingConfig({
- required double width,
- required double height,
- FloatingAnchor anchor = FloatingAnchor.bottomRight,
Implementation
const FloatingConfig({
required this.width,
required this.height,
this.anchor = FloatingAnchor.bottomRight,
});