【发布时间】:2022-08-04 03:30:04
【问题描述】:
我想我会将 ActiveTrackColor 与 thumbColor 匹配:
data: SliderTheme.of(context).copyWith(
activeTrackColor: Colors.blue, <-- THIS -->
trackHeight: trackHeight,
thumbShape:
const RoundSliderThumbShape(enabledThumbRadius: trackHeight / 2),
thumbColor: Colors.blue <-- MATCHING THIS -->
),```
【讨论】: