Nana Axel
Committed by GitHub

Remove null initializer

@@ -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,