button_widget 0.0.3 copy "button_widget: ^0.0.3" to clipboard
button_widget: ^0.0.3 copied to clipboard

Customizable button with options

Customizable button with options.

Features #

Getting started #

Usage #

             ElevatedButtonW(
                buttonText: "Login",
                buttonColor: primaryColor,
                buttonTextColor: Colors.black,
                buttonRadius: 10,
                isLoading: false,
                ontap: () {
                  
                },
              ),

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.

5
likes
110
pub points
51%
popularity

Publisher

unverified uploader

Customizable button with options

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on button_widget