LCOV - code coverage report
Current view: top level - src/routes - transitions_type.dart (source / functions) Hit Total Coverage
Test: lcov.info Lines: 14 14 100.0 %
Date: 2020-07-01 03:00:01 Functions: 0 0 -

          Line data    Source code
       1             : import 'package:flutter/widgets.dart';
       2             : 
       3          12 : enum Transition {
       4          12 :   fade,
       5          12 :   fadeIn,
       6          12 :   rightToLeft,
       7          12 :   leftToRight,
       8          12 :   upToDown,
       9          12 :   downToUp,
      10          12 :   rightToLeftWithFade,
      11          12 :   leftToRightWithFade,
      12          12 :   zoom,
      13          12 :   noTransition,
      14          12 :   cupertino,
      15          12 :   size,
      16          12 :   native
      17             : }
      18             : 
      19             : typedef GetPageBuilder = Widget Function();

Generated by: LCOV version 1.14