Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -21,7 +21,7 @@ class GetX<T extends DisposableInterface> extends StatefulWidget { | @@ -21,7 +21,7 @@ class GetX<T extends DisposableInterface> extends StatefulWidget { | ||
| 21 | final String tag; | 21 | final String tag; |
| 22 | 22 | ||
| 23 | const GetX({ | 23 | const GetX({ |
| 24 | - this.tag = null, | 24 | + this.tag, |
| 25 | this.builder, | 25 | this.builder, |
| 26 | this.global = true, | 26 | this.global = true, |
| 27 | this.autoRemove = true, | 27 | this.autoRemove = true, |
-
Please register or login to post a comment