ehteshambutton 0.0.1 copy "ehteshambutton: ^0.0.1" to clipboard
ehteshambutton: ^0.0.1 copied to clipboard

Custom Button .

Button Components is helpful to reuse the button in the hole projects this package will help to use custom button

Features #

This is helpful to make a custom button that provide a unique code .

Getting started #

import 'ehteshambutton.dart';

CustomButton( text: "Click Me", onPressed: () { // Your button click action here }, color: Colors.green, // Optional: customize the button color width: 200.0, // Optional: customize the button width height: 60.0, // Optional: customize the button height borderRadius: 20.0, // Optional: customize the border radius )

Usage #

CustomButton( text: "Click Me", onPressed: () { // Your button click action here }, color: Colors.green, // Optional: customize the button color width: 200.0, // Optional: customize the button width height: 60.0, // Optional: customize the button height borderRadius: 20.0, // Optional: customize the border radius )

Additional information #

This package make a good way to reuse as a button .

1
likes
110
points
24
downloads

Publisher

unverified uploader

Weekly Downloads

Custom Button .

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on ehteshambutton