/// A customizable button widget in Flutter with various properties.
///
/// This widget allows for easy creation of buttons with customizations
/// such as text, color, elevation, shape, and more.
///
/// Usage:
/// dart /// UIButtonCrafts( /// onPressed: () { /// // Do something when the button is pressed /// }, /// elevation: 4.0, /// shape: RoundedRectangleBorder( /// borderRadius: BorderRadius.circular(20.0), // Change the shape here /// side: BorderSide(color: Colors.green, width: 2.0), /// ), /// backgroundColor: Colors.green, /// text: 'Custom Button', /// textStyle: TextStyle( /// fontSize: 18, /// fontWeight: FontWeight.bold, /// color: Colors.white, /// ), /// ), ///
///
/// The UIButtonCrafts
widget allows customization of the button's appearance
/// and behavior, providing a flexible and reusable button component in Flutter.
class UIButtonCrafts extends StatelessWidget {
// ... (widget implementation)
}
-
Notifications
You must be signed in to change notification settings - Fork 0
License
rituapplocum/ui_button_crafts
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published