isRounded property

  1. @override
bool get isRounded
override

Whether the track shape is rounded.

This is used to determine the correct position of the thumb in relation to the track.

Implementation

@override
bool get isRounded => true;