unicorndial 1.0.5 unicorndial: ^1.0.5 copied to clipboard
Easily create your floating menu using horizontal or vertical floating button lists
UnicornDialer #
Easily create your own floating action button list
Installing #
Add UnicornDialer to your pubspec.yaml
unicorndialer: "^1.0.5"
Options #
UnicornDialer class
int orientation
- Vertical or horizontal floating button list
Icon parentButton
- The main floating button icon
parentButtonBackground
- The main floating button background color
List<UnicornButton> childButtons
Floating button list
int animationDuration
Rotation and expanding animation duration (in milliseconds)
double childPadding
- Right padding on the button label
Function onMainButtonPressed
- To be called if set on the UnicornDialer parent widget
UnicornButton class
Chip label
- Creates a label for the current floating button
FloatingActionButton currentButton
- **Floating list button **
Example #
Authors #
- **Tiago Martins **
License #
This project is licensed under the MIT License - see the LICENSE.md file for details