mirror of
https://github.com/flutter/samples.git
synced 2025-11-10 06:48:26 +00:00
Updates veggieseasons to Dart 2.3, adds some minor UI updates (#88)
This commit is contained in:
@@ -139,7 +139,7 @@ class SettingsScreen extends StatelessWidget {
|
||||
return Row(
|
||||
children: [
|
||||
Text(snapshot.data?.toString() ?? ''),
|
||||
SizedBox(width: 8.0),
|
||||
SizedBox(width: 8),
|
||||
SettingsNavigationIndicator(),
|
||||
],
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user