rectangle_slider_thumb_shape

Last updated:

0 purchases

rectangle_slider_thumb_shape Image
rectangle_slider_thumb_shape Images
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 In This Product:

Customer Reviews

There are no reviews.