You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I disable the button using isEnabled=false, it causes a weird rectangular shadow around the button. Any fix for the same? The button works fine for enabled state.
The text was updated successfully, but these errors were encountered:
Have you used clipChildren = false on parent? If yes then most likely your shadows are getting outside your parent’s bounds too. So you’ll also have to add clipChildren = false to the next immediate parent.
If I disable the button using
isEnabled=false
, it causes a weird rectangular shadow around the button. Any fix for the same? The button works fine for enabled state.The text was updated successfully, but these errors were encountered: