slide_tape

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

slide tape

A sliding Flutter widget. This is a Dart 3 compatible version of the slide_button package.


Installing #
Add the following to your pubspec.yaml:

dependencies:
slide_tape: ^0.1.0

copied to clipboard
Usage #

SlideTape(
height: 70,
backgroundChild: Center(
child: Text("This is a text"),
),
backgroundColor: Colors.amber,
slidingBarColor: Colors.blue,
slideDirection: SlideDirection.RIGHT,
)

copied to clipboard
Additional information #
The link to the original package: slide_button

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.