Added comments
This commit is contained in:
		| @@ -4,7 +4,15 @@ import 'package:cabo_counter/presentation/views/about/about_view.dart'; | ||||
| import 'package:cabo_counter/presentation/views/home/main_menu_view.dart'; | ||||
| import 'package:flutter/cupertino.dart'; | ||||
|  | ||||
| /// A view that provides a tabbed interface for navigating between the main menu and the about section. | ||||
| /// TabBar for navigating between the main menu and about section. | ||||
| /// | ||||
| /// [TabView] is a [StatefulWidget] that provides a tabbed interface for navigating | ||||
| /// between the main menu and the about section of the app. It uses a | ||||
| /// [CupertinoTabScaffold] with two tabs: | ||||
| /// - Home (MainMenuView) | ||||
| /// - About (AboutView) | ||||
| /// | ||||
| /// The tab labels are provided via localization. | ||||
| class TabView extends StatefulWidget { | ||||
|   const TabView({super.key}); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user