custom_gradient_button

Creator: coderz1093

Last updated:

0 purchases

custom_gradient_button Image
custom_gradient_button Images

Languages

Categories

Add to Cart

Description:

custom gradient button

A custom_gradient_button is easy to use package which allows the applications that requires the button with the Gradient color.
Features #
Set First and Second color and see the Button with Gradient.
Getting started #
To use this package, add custom_gradient_button as a dependency in your pubspec.yaml file.
dependencies:
...
custom_gradient_button: ^0.0.1
Now in your Dart code, you can use:
import 'package:custom_gradient_button/custom_gradient_button.dart';
Usage #
CustomGradientButton(
height: 50.0,
width: 200.0,
firstColor: Colors.indigo,
secondColor: Colors.cyan,
child: Text(
'Custom Gradient Button',
style: TextStyle(
color: Colors.white,
fontSize: 20.0,
fontWeight: FontWeight.w400),
),
method: () {
print('This is custom gradient');
},
),
copied to clipboard
Additional information #
We’d be really happy if you send us links to your projects where you use our component. Just send an email to [email protected] And do let us know if you have any questions or suggestion regarding our work.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.