draggable_menu 4.4.0 draggable_menu: ^4.4.0 copied to clipboard
Create Draggable Menus like some popular apps like Instagram, Snapchat, Facebook, Twitter, Youtube etc. You can even make your Draggable Menus look identical to them.
4.4.0 Release #
- Add
smoothScrolling
parameter toScrollableManager
. (New Smooth Scrolling Feature)
4.3.0 Release #
-
Added the
startLevel
parameter to theDraggableMenu
widget. -
Changed the
DraggableMenu
'saddValueListener
parameter's return value ofdouble? raw
todouble raw
. -
Added the
expandable
getter to theCustomDraggableMenu
class.