LCOV - code coverage report | ||||||||||||||||||||||
![]() | ||||||||||||||||||||||
|
||||||||||||||||||||||
![]() |
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 |