mirror of
https://github.com/flutter/samples.git
synced 2025-11-09 06:18:49 +00:00
web/chart: fix sample (#909)
This commit is contained in:
@@ -28,10 +28,10 @@ class AppConfig {
|
||||
|
||||
/// The default configuration of the app.
|
||||
AppConfig get defaultConfig {
|
||||
return new AppConfig(
|
||||
return AppConfig(
|
||||
appName: 'Charts Gallery',
|
||||
appLink: '',
|
||||
theme: new ThemeData(
|
||||
theme: ThemeData(
|
||||
brightness: Brightness.light,
|
||||
primarySwatch: Colors.lightBlue,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user