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.

Libraries

button_widget