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

slide to act button with simple animations and gradient background

About the creator #

This package was created by SALAH EDDINE SALHI in 12-23-2022

Gradient Slide To Act #

img.png

slide to act button with simple animations and gradient background

Getting started #

dependencies:
gradient_slide_to_act: any # or the latest version on Pub

Usage #

 GradientSlideToActSalah(
 width: 400,
 textStyle: TextStyle(color: Colors.white),
 backgroundColor: Colors.blue,
 onSubmit: (){
  debugPrint("Submitted!");
 },
 gradient: const LinearGradient(
 begin: Alignment.topLeft,
 end: Alignment.bottomRight,
  colors: [
    Color(0xff0da6c2),
    Color(0xff0E39C6),
  ]
 ),
)

Additional information #

You can view more examples on pub.dev

14
likes
140
points
76
downloads

Publisher

unverified uploader

Weekly Downloads

slide to act button with simple animations and gradient background

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

flutter

More

Packages that depend on gradient_slide_to_act