LCOV - code coverage report
Current view: top level - shared/widgets - empty_app_bar.dart (source / functions) Hit Total Coverage
Test: lcov.info Lines: 0 2 0.0 %
Date: 2022-03-03 12:16:56 Functions: 0 0 -

          Line data    Source code
       1             : import 'package:flutter/material.dart';
       2             : 
       3             : class EmptyAppBar extends AppBar {
       4           0 :   EmptyAppBar({Key? key})
       5           0 :       : super(
       6             :             backgroundColor: Colors.white,
       7             :             foregroundColor: Colors.black,
       8             :             elevation: 0,
       9             :             key: key);
      10             : }

Generated by: LCOV version 1.13