mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
The slider track shape for the onPrimaryColors constructor should be rounded, but it was accidentally changed to rectangular in #31681. This change restores the original behavior. This only affects sliders that are themed with SliderThemeData.onPrimaryColors().