mirror of
https://github.com/flutter/samples.git
synced 2025-11-09 14:28:51 +00:00
web: dartfmt all files
This commit is contained in:
@@ -475,9 +475,9 @@ class _StoreStreamListenerState<S, ViewModel>
|
||||
? StreamBuilder<ViewModel>(
|
||||
stream: stream,
|
||||
builder: (context, snapshot) => widget.builder(
|
||||
context,
|
||||
snapshot.hasData ? snapshot.data : latestValue,
|
||||
),
|
||||
context,
|
||||
snapshot.hasData ? snapshot.data : latestValue,
|
||||
),
|
||||
)
|
||||
: widget.builder(context, latestValue);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user