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

Un paquete Flutter para crear un botón personalizado.

README #

Flutter Botton Custom #

A simple and customizable button widget for Flutter apps, ready to be used in your projects. This button comes with a beautiful gradient and rounded corners, perfect for modern applications.

Installation #

To use this package, add botton_custom as a dependency in your pubspec.yaml file.

dependencies:
  flutter:
    sdk: flutter
  botton_custom: ^1.0.0

Usage Import the package in your Flutter project:

import 'package:botton_custom/botton_custom.dart';

Then, use the BottonCustom widget in your app:

BottonCustom(
  textButton: "Click Me!",
  funcOnTap: () {
    print("Button tapped!");
  },
),

Customization

You can customize the button by changing its properties, such as textButton (the text displayed on the button) and funcOnTap (the function that will be executed when the button is tapped).

0
likes
110
pub points
0%
popularity

Publisher

unverified uploader

Un paquete Flutter para crear un botón personalizado.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on button_custom