thumbSize property

MaterialStateProperty<Size?>? thumbSize
final

The size of the HandleThumbShape thumb.

If SliderThemeData.thumbShape is HandleThumbShape, this property is used to set the size of the thumb. Otherwise, the default thumb size is 4 pixels for the width and 44 pixels for the height.

Implementation

final MaterialStateProperty<Size?>? thumbSize;