Added documentation

This commit is contained in:
2025-08-05 14:33:16 +02:00
parent 07906d61dd
commit 92d8a6f68f
4 changed files with 7 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ 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.
class TabView extends StatefulWidget {
const TabView({super.key});