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

Padding is missing at bottom #2

Closed
dario-digregorio opened this issue Dec 3, 2018 · 1 comment
Closed

Padding is missing at bottom #2

dario-digregorio opened this issue Dec 3, 2018 · 1 comment

Comments

@dario-digregorio
Copy link

Hello I really like your widget but I found a little problem:
Padding is missing the lower part of the widget therefore the shadows are cut
image
this is the part which is causing the problem:
padding: const EdgeInsets.only(left: _kContainerPadding, right: _kContainerPadding),

By adding Padding to all parts the problem is fixed
padding: const EdgeInsets.all(_kContainerPadding),
image

@Pyozer
Copy link
Owner

Pyozer commented Jan 24, 2019

Hi ! Sorry for the late response...

This issue has been already fixed, are you using the latest version ?

@Pyozer Pyozer closed this as completed Jul 15, 2019
@fregate fregate mentioned this issue Aug 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants