Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing BoxShadows for PinFields #383

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

Pluxury
Copy link

@Pluxury Pluxury commented Jul 4, 2024

In the pinTheme constructor, null-check is used for the activeBoxShadows and inActiveBoxShadows fields with further assignment of an empty array in the case of null.

But _pinCodeTextFieldState on line 880, the same values are checked for null and in the case of null, the boxShadows widget property should be selected. Since the fields were filled in with the default value, this situation never worked out. This PR corrects incorrect behavior

P.S: and some code style fix

Copy link

stale bot commented Sep 3, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants