You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cloudsolutions-atoms/lib/new_views/common_widgets/app_tab_bar.dart

24 lines
530 B
Dart

///todo deleted
// import 'package:flutter/material.dart';
//
// class AppTabBar extends StatelessWidget {
// const AppTabBar({Key key}) : super(key: key);
//
// @override
// Widget build(BuildContext context) {
// return TabBar(
// tabs: [
// Tab(
// icon: Icon(Icons.cloud_outlined),
// ),
// Tab(
// icon: Icon(Icons.beach_access_sharp),
// ),
// Tab(
// icon: Icon(Icons.brightness_5_sharp),
// ),
// ],
// );
// }
// }