1
0
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:
Andrew Brogdon
2019-03-20 15:59:59 -07:00
committed by GitHub
parent a2419b3dcf
commit dcca6e44b2
7 changed files with 434 additions and 128 deletions

View File

@@ -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(),