menu
open_widgets package
documentation
position/position.dart
FloatingCenterLeft
FloatingCenterLeft const constructor
FloatingCenterLeft const constructor
dark_mode
light_mode
FloatingCenterLeft
constructor
const
FloatingCenterLeft
(
{
Key
?
key
,
required
Widget
child
,
required
Widget
pageBelow
,
})
Implementation
const FloatingCenterLeft({super.key, required this.child, required this.pageBelow});
open_widgets package
documentation
position/position
FloatingCenterLeft
FloatingCenterLeft const constructor
FloatingCenterLeft class