0 purchases
button widget
Customizable button with options.
Features #
Getting started #
Usage #
ElevatedButtonW(
buttonText: "Login",
buttonColor: primaryColor,
buttonTextColor: Colors.black,
buttonRadius: 10,
isLoading: false,
ontap: () {
},
),
copied to clipboard
Additional information #
Initial release of the package with the following features:
Customizable button with options for color, text, icon, border, onTap, radius, height, and loading state.
Option to make the button a floating action button.
Support for null safety.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.