Vertical Tabs Flutter | Coderz Repository

vertical_tabs_flutter

Last updated:

0 purchases

vertical_tabs_flutter Image
vertical_tabs_flutter Images

Free

Languages

Categories

Add to Cart

Description:

vertical tabs flutter

Vertical Tabs #
A vertical tabs package for flutter framework.
Getting Started #
A simple example of usage. to get more examples see Examples directory.
To see all settings please visit API reference of this package
...

VerticalTabs(
tabsWidth: 150,
tabs: <Tab>[
Tab(child: Text('Flutter'), icon: Icon(Icons.phone)),
Tab(child: Text('Dart')),
Tab(child: Text('NodeJS')),
Tab(child: Text('PHP')),
Tab(child: Text('HTML 5')),
],
contents: <Widget>[
Container(child: Text('Flutter'), padding: EdgeInsets.all(20)),
Container(child: Text('Dart'), padding: EdgeInsets.all(20)),
Container(child: Text('NodeJS'), padding: EdgeInsets.all(20)),
Container(child: Text('PHP'), padding: EdgeInsets.all(20)),
Container(child: Text('HTML 5'), padding: EdgeInsets.all(20))
],
),


copied to clipboard



Scroll direction of content


RTL

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.