jaumard / sms_autofill

Flutter plugin to provide SMS code autofill support
MIT License
281 stars 173 forks source link

Can you please fix the white background issue? #190

Closed savdev-ua closed 1 year ago

savdev-ua commented 1 year ago

Any of decorators are not affecting the background color : Code: PinFieldAutoFill( decoration: BoxLooseDecoration( strokeColorBuilder: PinListenColorBuilder( Theme.of(context).primaryColor, Theme.of(context).primaryColor), bgColorBuilder: PinListenColorBuilder( Colors.transparent, Colors.transparent), ), onCodeSubmitted: (String string) {}, codeLength: 4, ),

image

Tried to wrap with Material and set transparent color, didn't helped