Showing
1 changed file
with
0 additions
and
2 deletions
@@ -2,8 +2,6 @@ import 'package:flutter/cupertino.dart'; | @@ -2,8 +2,6 @@ import 'package:flutter/cupertino.dart'; | ||
2 | import 'package:flutter/material.dart'; | 2 | import 'package:flutter/material.dart'; |
3 | 3 | ||
4 | class GetRoute<T> extends PageRoute<T> { | 4 | class GetRoute<T> extends PageRoute<T> { |
5 | - /// Construct a MaterialPageRoute whose contents are defined by [builder]. | ||
6 | - /// | ||
7 | /// The values of [builder], [maintainState], and [fullScreenDialog] must not | 5 | /// The values of [builder], [maintainState], and [fullScreenDialog] must not |
8 | /// be null. | 6 | /// be null. |
9 | GetRoute({ | 7 | GetRoute({ |
-
Please register or login to post a comment