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

[scroll_app_bar] Bottom property issue #14

Open
michalchochol opened this issue Jul 3, 2020 · 2 comments
Open

[scroll_app_bar] Bottom property issue #14

michalchochol opened this issue Jul 3, 2020 · 2 comments

Comments

@michalchochol
Copy link

Hi,
thanks for fine component :)

I'd like to add some additional content to app bar using bottom property, ex:
bottom: PreferredSize(
preferredSize: Size.fromHeight(100),
child: Container(height: 50, color: Colors.amber)),

Above example works fine with normal AppBar, but in ScrollAppBar I'm getting error:
"A RenderFlex overflowed by 44 pixels on the bottom."

Regards,
Michał

@michalchochol michalchochol changed the title ScrollAppBarr bar bottom property issue ScrollAppBar bottom property issue Jul 3, 2020
@Donkijote
Copy link

is there any news about this issue?

@BrahimAkar
Copy link

Any updates???

@edsonbonfim edsonbonfim transferred this issue from edsonbonfim/scroll_app_bar Mar 6, 2021
@edsonbonfim edsonbonfim changed the title ScrollAppBar bottom property issue [scroll_app_bar] Bottom property issue Mar 7, 2021
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

3 participants