Closed adambrodin closed 3 years ago
All the colors are controlled by themes. See the example and readme for how to do this.
All the colors are controlled by themes. See the example and readme for how to do this.
My fault, I've tried to change various colors on the theme before but I must have missed it. Solved it now. For anyone with the same issue, here's the specific theming settings that changes it:
textTheme: TextTheme( subtitle1: TextStyle(color: Colors.red[800]))
Hello there!
Would it be possible to be able to change the color of the preview/currently selected list item from a list picker? As of right now the only color available seems to be black.