Flutter_Pinput
Flutter_Pinput copied to clipboard
Is it possible to replicate following layout?
Thanks very much for the great package.
I could not find ways to replicate the following design for the focusedPin:
It's very easy to replicate the inner border, but i could not find a way to replicate the both inner and outer borders.
Each pin is basically a DecoratedBox so you can build anything that could be built with Container. But I don't think you can have both inner and outer border at the same time.
I'll add custom build constructor in future to make the pins more customisable.