Added a comment
This commit is contained in:
parent
92b85d7f98
commit
4dde1a4a40
1 changed files with 2 additions and 0 deletions
|
@ -61,6 +61,8 @@ class InheritedLocationScreenState extends InheritedWidget {
|
|||
required super.child,
|
||||
});
|
||||
|
||||
//This is used to show loading state when memory count is beign computed and to
|
||||
//show count after computation.
|
||||
static final memoryCountNotifier = ValueNotifier<int?>(null);
|
||||
|
||||
static InheritedLocationScreenState of(BuildContext context) {
|
||||
|
|
Loading…
Reference in a new issue