Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(381)

Unified Diff: sky/sdk/lib/widgets/theme.dart

Issue 1217623002: Support for background images on cards, style demo home (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: rebase Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/sdk/lib/widgets/scrollable.dart ('k') | sky/sdk/lib/widgets/widget.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/lib/widgets/theme.dart
diff --git a/sky/sdk/lib/widgets/theme.dart b/sky/sdk/lib/widgets/theme.dart
index 5e8c03067ac9707e96cdd640fb1543bcd9198e39..8f7f4af179ad70bde94d6ca81669c26d646a9fc1 100644
--- a/sky/sdk/lib/widgets/theme.dart
+++ b/sky/sdk/lib/widgets/theme.dart
@@ -6,7 +6,7 @@ import '../theme/theme_data.dart';
import 'basic.dart';
import 'widget.dart';
-export '../theme/theme_data.dart' show ThemeBrightness;
+export '../theme/theme_data.dart' show ThemeData, ThemeBrightness;
class Theme extends Inherited {
« no previous file with comments | « sky/sdk/lib/widgets/scrollable.dart ('k') | sky/sdk/lib/widgets/widget.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698