linear_gradient_slider 0.0.2 copy "linear_gradient_slider: ^0.0.2" to clipboard
linear_gradient_slider: ^0.0.2 copied to clipboard

A Flutter package which provides a slider with linear gradient background.

The initial release of the pain slider contains a slider with default linear gradient background.

Features #

You will be able to provide the total numbers of scales required

Getting started #

TODO: List prerequisites and provide or point to information on how to start using the package.

Usage #

class FlutterExample extends StatelessWidget {
  const FlutterExample({super.key});

  @override
  Widget build(BuildContext context) {
    return Scaffold(
      body: Center(
        child: LinearSlider(
          callback: (value) {},
          totalScale: 2,
        ),
      ),
    );
  }
}

```dart

## Additional information

This is very useful
7
likes
120
points
34
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package which provides a slider with linear gradient background.

Homepage

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on linear_gradient_slider