custom_paddle_slider_value_indicator_shape 0.0.1 copy "custom_paddle_slider_value_indicator_shape: ^0.0.1" to clipboard
custom_paddle_slider_value_indicator_shape: ^0.0.1 copied to clipboard

Allows you to manually adjust the size of the slider value indicator.

custom_paddle_slider_value_indicator_shape #

DL;DR, You can now easily change the size of the slider value indicator that pops up when you use the flutter material slider. This is helpful because it is sometimes difficult to see the value popup under your finger.

It is simply a copy of the PaddleSliderValueIndicatorShape with an added size multiplier for the textScaleFactor and sizeWithOverflow.

Use it like this with your own values. #

ThemeData(
    sliderTheme: SliderThemeData(
        valueIndicatorShape:
            CustomPaddleSliderValueIndicatorShape(
                sizeMultiplier: 2,
                textScaleMultiplier: 2,
            ),
    ),
),
1
likes
20
pub points
0%
popularity

Publisher

unverified uploader

Allows you to manually adjust the size of the slider value indicator.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on custom_paddle_slider_value_indicator_shape