gradient_floating_button 0.0.2
gradient_floating_button: ^0.0.2 copied to clipboard
A package that will help you easily create floating buttons with gradient background.
This package allows you to easily create FABs (Floating Action Buttons) with linear & radial gradient background.
Features #
Create FABs with gradient backgrounds: -Linear Gradient -Radial Gradient
Getting Started #
Add this dependency to your pubspec.yaml file.
gradient_floating_button: ^0.0.1 // Add dependency from pub.dev to get latest version.
Usage #
You can refer complete example from the /example
folder.