zt
04/14/2023, 3:52 AMcurioustechizen
04/14/2023, 4:09 AMSliderDefaults.colors
and pass in the custom values for each individual color there. This is the pattern for most material widgets. For me example, ButtonDefaults
, TextFieldDefaults
etc.
By the way, why are you not able to implement SliderColors
? It is an interface so you should be able to implement it (although it is more work than SliderDefaults.colors)zt
04/14/2023, 5:43 AMcurioustechizen
04/14/2023, 6:31 AMChris Sinco [G]
04/17/2023, 10:31 PM