animated_dropdown_button 1.0.5
animated_dropdown_button: ^1.0.5 copied to clipboard
A beautiful animated dropdown button.
animated_dropdown_button #
Simple dropdown button with an interesting animation. Currently it can only list Strings, whose value can be retrieved by the AnimatedDropdownButtonController. Use without moderation.
Getting Started #
You start by instantiating an AnimatedDropdownButtonController with a string list and an initial value, which must be present in the list. Then you can instantiate an AnimatedDropdownButton with the created controller.