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

Add Configuration for SafeArea in BottomBar or Revert Current Behavior #15

Open
flashback19 opened this issue Oct 2, 2024 · 0 comments

Comments

@flashback19
Copy link

Hi, could you please either revert the current behavior or make it configurable so that the BottomBar's child can overlap the SafeArea? I need the option to allow the child in the BottomBar to cover the bottom area (SafeArea(bottom: false...)).

This would greatly help with layout flexibility. Thanks!

child: SafeArea( child: Padding( padding: EdgeInsets.all(widget.offset), child: SlideTransition( position: _offsetAnimation, child: Container( width: widget.width, decoration: widget.barDecoration ?? BoxDecoration( color: widget.barColor, borderRadius: widget.borderRadius, ), child: Material( color: widget.barColor, child: widget.child, borderRadius: widget.borderRadius, ),

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

1 participant