Skip to content

jcho0216/lit_vertical_tabbar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lit_vertical_tabbar

Widget that provides automated TabBar changes when ListView is scrolled.

Demo

306604072-8ee1f4a7-7c5d-4c0b-9595-5c9be2f38177.2.mov


Usage

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

Releases

No releases published

Packages

 
 
 

Contributors