rIIh / expandable-bottom-bar

Expandable bottom app bar widget for Flutter SDK
MIT License
108 stars 27 forks source link

Provide a simple working example #22

Open fhidal01 opened 3 years ago

fhidal01 commented 3 years ago

Can you please provide a simple working example. The example in the read me file doesn't provide any information on what I need to replace the following with:

// Provide the bar controller in build method or default controller as ancestor in a tree controller: bbc,

What is this controller? What does it do?

Can we get a sample???

pishguy commented 2 years ago

@fhidal01

controller = BottomBarController(vsync: this, dragLength: 450, snap: true);