LCOV - code coverage report | ||||||||||||||||||||||
![]() | ||||||||||||||||||||||
|
||||||||||||||||||||||
![]() |
Line data Source code 1 : import 'package:flutter/material.dart'; 2 : 3 : class NotificationsButton extends StatelessWidget { 4 1 : const NotificationsButton({Key? key}) : super(key: key); 5 : 6 1 : @override 7 : Widget build(BuildContext context) { 8 : return const Center( 9 : child: Text('NotificationsButton'), 10 : ); 11 : } 12 : } |
![]() |
Generated by: LCOV version 1.13 |