Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
fluttertpc_get
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Nana Axel
2020-09-11 14:25:09 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2020-09-11 14:25:09 +0100
Commit
fdfca1ae79c0aa0cc4878d6195704e7a80066c47
fdfca1ae
1 parent
8c779955
Remove null initializer
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
lib/src/state_manager/rx/rx_widgets/rx_getx_widget.dart
lib/src/state_manager/rx/rx_widgets/rx_getx_widget.dart
View file @
fdfca1a
...
...
@@ -21,7 +21,7 @@ class GetX<T extends DisposableInterface> extends StatefulWidget {
final
String
tag
;
const
GetX
({
this
.
tag
=
null
,
this
.
tag
,
this
.
builder
,
this
.
global
=
true
,
this
.
autoRemove
=
true
,
...
...
Please
register
or
login
to post a comment