[SYNC]
This commit is contained in:
@@ -60,9 +60,4 @@ class SheetStore extends ChangeNotifier {
|
|||||||
// This call tells the widgets that are listening to this store to rebuild.
|
// This call tells the widgets that are listening to this store to rebuild.
|
||||||
notifyListeners();
|
notifyListeners();
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Return a stream builder for real-time value updates.
|
|
||||||
Widget builder({required Widget child}) {
|
|
||||||
return ListenableBuilder(listenable: this, builder: (_, __) => child);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user