button_widget 0.0.3 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.