[SYNC]
This commit is contained in:
@@ -48,7 +48,7 @@ class SheetStore extends ChangeNotifier {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Return a stream builder for real-time value updates.
|
/// Return a stream builder for real-time value updates.
|
||||||
Widget builder(Widget child) {
|
Widget builder({required Widget child}) {
|
||||||
return ListenableBuilder(listenable: this, builder: (_,__) => child);
|
return ListenableBuilder(listenable: this, builder: (_,__) => child);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user