edsonbonfim/scroll_bars

[scroll_app_bar] Bottom property issue

michalchochol opened this issue · 2 comments

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ł

is there any news about this issue?

Any updates???