I would like to customize my Stepper in my flutter App. I changed the color of the background number and the Stepper background with Theme(ThemeData), but i would like to change the color and the height of the little line between every steps.
How is it possible ? Is there a way to extends Stepper class, and change the Widget "Widget _buildHorizontal" ? I saw that's the only way to change line height & color. But how can i extends it ?
I tried all the possible color from ThemeData.