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

CardSettings - Elevation not working #63

Closed
Robouste opened this issue Apr 23, 2019 · 1 comment
Closed

CardSettings - Elevation not working #63

Robouste opened this issue Apr 23, 2019 · 1 comment
Labels
bug Something isn't working under development being worked on currently

Comments

@Robouste
Copy link

Robouste commented Apr 23, 2019

First, I'd like to tell how awesome I think this plugin is !

I see that CardSettings has a cardElevation property but it doesn't do anything.

CardSettings.sectioned(
      cardElevation: 12, // => doesn't seem to change anything
      children: <CardSettingsSection>[
        CardSettingsSection(
            header: CardSettingsHeader(
              label: "Box details",
              color: CustomColors.primary,
            ),
            children: <Widget>[
              // list of widget
            ])
      ],
    )
@codegrue codegrue added bug Something isn't working under development being worked on currently labels Dec 13, 2019
@codegrue
Copy link
Owner

Fixed in release 1.5.2. Remember to use in conjunction with padding. elevation only controls how much shadow you see, but you need space also for it to be visible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working under development being worked on currently
Projects
None yet
Development

No branches or pull requests

2 participants