mirror of
https://github.com/flutter/samples.git
synced 2026-07-11 11:32:11 +00:00
Refactors detail view in advance of trivia (#60)
This commit is contained in:
@@ -137,7 +137,7 @@ class SettingsScreen extends StatelessWidget {
|
||||
future: prefs.desiredCalories,
|
||||
builder: (context, snapshot) {
|
||||
return Row(
|
||||
children: <Widget>[
|
||||
children: [
|
||||
Text(snapshot.data?.toString() ?? ''),
|
||||
SizedBox(width: 8.0),
|
||||
SettingsNavigationIndicator(),
|
||||
|
||||
Reference in New Issue
Block a user