This PR adds two additional props finishedStepLabelColor and stepIndicatorLabelFontFamily
finishedStepLabelColor provides an additional colour to apply to a label when that step is complete
stepIndicatorLabelFontFamily gives the ability to style the text on the steps with a custom font family (similar to labelFontFamily)
This PR adds two additional props
finishedStepLabelColor
andstepIndicatorLabelFontFamily
finishedStepLabelColor
provides an additional colour to apply to a label when that step is completestepIndicatorLabelFontFamily
gives the ability to style the text on the steps with a custom font family (similar tolabelFontFamily
)