Would it be possible to implement the option to add chip borders in the form of stroke? Looking at Material Design, we are given two types of chips samples:
Because of this, I'm proposing the addition of 2 new properties - chipStrokeWidth and chipStrokeColor
I have tried this locally and it does not it's not a big change to implement this, so I could push a branch and PR for this as well, but I wanted some input on the matter beforehand.
Would it be possible to implement the option to add chip borders in the form of stroke? Looking at Material Design, we are given two types of chips samples:
Because of this, I'm proposing the addition of 2 new properties -
chipStrokeWidth
andchipStrokeColor
I have tried this locally and it does not it's not a big change to implement this, so I could push a branch and PR for this as well, but I wanted some input on the matter beforehand.