LCOV - code coverage report
Current view: top level - lib/pages/settings/widgets - setting_tab.dart (source / functions) Hit Total Coverage
Test: lcov.info Lines: 1 5 20.0 %
Date: 2024-10-04 11:09:33 Functions: 0 0 -

          Line data    Source code
       1             : // Copyright 2023 The terCAD team. All rights reserved.
       2             : // Use of this source code is governed by a CC BY-NC-ND 4.0 license that can be found in the LICENSE file.
       3             : 
       4             : import 'package:app_finance/_configs/theme_helper.dart';
       5             : import 'package:app_finance/pages/start/widgets/setting_tab.dart' as start;
       6             : import 'package:flutter/material.dart';
       7             : 
       8           0 : fn([Widget? _]) => null;
       9             : 
      10             : class SettingTab extends start.SettingTab {
      11           5 :   const SettingTab({super.key, super.setState = fn, super.setButton = fn, super.isFirstBoot = false});
      12             : 
      13           0 :   @override
      14           0 :   SettingTabState createState() => SettingTabState();
      15             : }
      16             : 
      17             : class SettingTabState extends start.SettingTabState {
      18           0 :   @override
      19             :   Widget buildButton(BuildContext context, BoxConstraints constraints) => ThemeHelper.emptyBox;
      20             : }

Generated by: LCOV version 1.14