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