diff --git a/demo/flutter/lib/main.dart b/demo/flutter/lib/main.dart index 050b32714..5ac8e1b27 100644 --- a/demo/flutter/lib/main.dart +++ b/demo/flutter/lib/main.dart @@ -334,6 +334,9 @@ class _MyAppState extends State with WidgetsBindingObserver { fontWeight: FontWeight.bold, fontSize: 15)), titleAlignment: Alignment.topCenter, + gradientColors: [ + picoBlue, picoBlue + ], items: _keywords.toList().map((x) => Center( child: Text(x) )).toList(),