draggable_float_widget
draggable_float_widget copied to clipboard
This is a draggable and floating Flutter widget, which can control its visibility through the scrolling event of ScrollView.
Results
3
draggable_float_widget issues
Sort by
recently updated
recently updated
newest added
How do I determine the current position of the `DraggableFloatWidget`'s child? For example, the `child` widget of my `DraggableFloatWidget` has a `borderRadius` that could be `LEFT` or `RIGHT` depending on...