rectangle_slider_thumb_shape

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

rectangle slider thumb shape

Package contains rectangle shape for slider.
Usage #
SliderTheme(
data: SliderTheme.of(context).copyWith(
thumbShape: const RectSliderThumbShape(
enabledThumbRadius: 4,
),
),
child: Slider(
min: 0,
max: 1,
value: 0.5,
onChanged: (value) {
print('${value}');
},
),
);
copied to clipboard

License

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

Files:

Customer Reviews

There are no reviews.