Skip to content

Instantly share code, notes, and snippets.

View satyam-dev's full-sized avatar

Satyam satyam-dev

  • New Delhi, India
View GitHub Profile
@satyam-dev
satyam-dev / tabs.dart
Created February 1, 2020 12:39
Tabs Navigation code sample
DefaultTabController(
length: 3,
child: Scaffold(
appBar: AppBar(
bottom: TabBar(
tabs: <Widget>[
Tab(
child: Text('Tab 1'),
),
Tab(