gooey tab bar flutter
flutter component concept created with flutter using dart programming language, inspired by gooey tab bar.
this comp.onent was created inspired by the gif at the end of this page. the compo.nent is using animations, clip path, transform and stream’s with rxdart proprieties to better simulate the inspiration gif.
the constructor data fields
final widget child; // hidden menu
final color colormenuicondefault; // main icon color when not pressed
final color colormenuiconactivated; // main icon color when activated
final color backgroundmenuicondefault; // main background icon when not pressed
final color backgroundmenuiconactivated;// main background icon when activated
final color background; // background color
final list<iconbutton> iconbuttons; //tab bar icons
the inspiration
the gif below shows the inspiration component.
the app
the gif below shows this current component running.
Comments are closed.