FloatingView constructor
const
FloatingView({
- Key? key,
- required Widget childBuilder(),
- required FloatingController controller,
- FloatingViewTheme theme = const FloatingViewTheme(),
Implementation
const FloatingView({
super.key,
required this.childBuilder,
required this.controller,
this.theme = const FloatingViewTheme(),
});