Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

Option to hide bottom navbar #10

Closed
buraktabn opened this issue Aug 1, 2020 · 0 comments · Fixed by #11
Closed

Option to hide bottom navbar #10

buraktabn opened this issue Aug 1, 2020 · 0 comments · Fixed by #11
Labels
enhancement New feature or request
Projects

Comments

@buraktabn
Copy link
Contributor

buraktabn commented Aug 1, 2020

Something like this;

SSBottomNav(
  items: items,
  color: Colors.black,
  selectedColor: Colors.white,
  unselectedColor: Colors.black,
  visible: true, // bool
  visibleDuration: Duration.zero, // Duration
  onTabSelected: (index) {},
),
@buraktabn buraktabn created this issue from a note in v0.1.0 (To do) Aug 1, 2020
@buraktabn buraktabn added the enhancement New feature or request label Aug 1, 2020
@buraktabn buraktabn moved this from To do to In progress in v0.1.0 Aug 1, 2020
@buraktabn buraktabn mentioned this issue Aug 1, 2020
@buraktabn buraktabn linked a pull request Aug 1, 2020 that will close this issue
v0.1.0 automation moved this from In progress to Done Aug 1, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
v0.1.0
  
Done
Development

Successfully merging a pull request may close this issue.

1 participant