ttab_bar 0.1.1 copy "ttab_bar: ^0.1.1" to clipboard
ttab_bar: ^0.1.1 copied to clipboard

outdated

This is a very simple and customizable flutter package. Author is Rahmatulloh Kholmatov. My youtube channel name is TendGame. Subscribe!!!!

ttab_bar #

Features #

Getting started #

Parameters #

_______________________________________________________________
|    Name             |  Required  |  type      |Default value |
|---------------------|------------|------------|--------------|
|   tabs              |true        |List<String>|none          |
|---------------------|------------|------------|--------------|
|tabBarColor          |false       |Color       |Colors.black  |
|---------------------|------------|------------|--------------|
|tappedTabTitleColor  |false       |Color       |Colors.white  |
|---------------------|------------|------------|--------------|
|unTappedTabTitleColor|false       |Color       |Colors.grey   |
|---------------------|------------|------------|--------------|
|initialTappedindex   |false       |int         |0             |
|_____________________|____________|____________|______________|

  • tabs: Type - List
  • tabBarColor: Type - Color. For tabBar background color. Optional.
  • tappedTabTitleColor: Type - Color. For tapped tab title color. Optional.
  • unTappedTabTitleCOlor: Type - Color. For untapped tab title color. Optional.
  • initialTappedindex: Type - int. for initial tapped tab index. Optional.

Installing #

    • 'Add this command to terminal:'
  • 'For flutter projects'
flutter pub add ttab_bar
  • 'For dart projects'
dart pub add ttab_bar

Author #

  • Rahmatulloh Kholmatov.
  • Youtube channel:
3
likes
0
points
122
downloads

Publisher

unverified uploader

Weekly Downloads

This is a very simple and customizable flutter package. Author is Rahmatulloh Kholmatov. My youtube channel name is TendGame. Subscribe!!!!

License

unknown (license)

Dependencies

flutter

More

Packages that depend on ttab_bar