Skip to content

jcho0216/lit_vertical_tabbar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lit_vertical_tabbar

Widget that provides automated TabBar changes when ListView is scrolled.


Demo

The example app running in iOS


Usage

LitVerticalTabBar(
  backgroundColor: Colors.black87,
  padding: const EdgeInsets.symmetric(vertical: 24),
  moveTabToLastIndexOnScrollEnd: true,
  children: [LitElementModel(tabName: "tab1", child: ChildWidget())],
  divider: Divider(),
)

Feel free to request for a feature :)

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •