enhanced_button

Creator: coderz1093

Last updated:

Add to Cart

Description:

enhanced button

EnhancedButton #



A wrapper of ElevatedButton to support gradient background and transform and image background.
Features #

✅ Gradient background
✅ DecorationImage background
✅ Transform
✅ Custom Duration
✅ Custom Curve

Preview #



EnhancedButton










Getting started #
flutter pub add enhanced_button
Usage #
EnhancedButton(
onPressed: () {},
enhancedStyle: EnhancedButtonStyle(
gradient: MaterialStateProperty.all(const LinearGradient(
colors: [Colors.blue, Colors.red])),
),
child: const Text('Button'),
);
copied to clipboard
More usage see /example folder.
Additional information #

License

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

Files:

Customer Reviews

There are no reviews.