Flutter_Pinput icon indicating copy to clipboard operation
Flutter_Pinput copied to clipboard

Is it possible to replicate following layout?

Open rodrigobastosv opened this issue 11 months ago • 1 comments

Thanks very much for the great package.

I could not find ways to replicate the following design for the focusedPin:

Screenshot 2024-03-23 at 08 52 09

It's very easy to replicate the inner border, but i could not find a way to replicate the both inner and outer borders.

rodrigobastosv avatar Mar 23 '24 11:03 rodrigobastosv

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.

Tkko avatar Mar 23 '24 12:03 Tkko