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

Unified Diff: sky/sdk/lib/framework/components2/radio.dart

Issue 1156383004: Add the floating action button to stocks2 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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
Index: sky/sdk/lib/framework/components2/radio.dart
diff --git a/sky/sdk/lib/framework/components2/radio.dart b/sky/sdk/lib/framework/components2/radio.dart
index 33d4fb2e26c54d174e95f01fbed120d93c586dc6..ab6672fe04f091d4ce0c279a2f23dcd4fec47876 100644
--- a/sky/sdk/lib/framework/components2/radio.dart
+++ b/sky/sdk/lib/framework/components2/radio.dart
@@ -36,7 +36,7 @@ class Radio extends ButtonBase {
margin: const EdgeDims.symmetric(horizontal: 5.0),
desiredSize: new sky.Size(diameter, diameter),
child: new CustomPaint(
- callback: (RenderObjectDisplayList canvas) {
+ callback: (sky.Canvas canvas) {
sky.Paint paint = new sky.Paint()..color = color;
« no previous file with comments | « sky/sdk/lib/framework/components2/floating_action_button.dart ('k') | sky/sdk/lib/framework/components2/scaffold.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698