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

Side by Side Diff: sky/examples/fn/widgets/widgets.dart

Issue 970393002: Give the floating action button a slash effect (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Cleaner Created 5 years, 9 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 unified diff | Download patch
« no previous file with comments | « sky/examples/fn/widgets/style_component.dart ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 library widgets; 1 library widgets;
2 2
3 import '../lib/fn.dart'; 3 import '../lib/fn.dart';
4 import 'dart:collection'; 4 import 'dart:collection';
5 import 'dart:async'; 5 import 'dart:async';
6 import 'dart:math' as math; 6 import 'dart:math' as math;
7 import 'dart:sky' as sky; 7 import 'dart:sky' as sky;
8 8
9 part 'animationgenerator.dart'; 9 part 'animationgenerator.dart';
10 part 'box.dart'; 10 part 'box.dart';
11 part 'button.dart'; 11 part 'button.dart';
12 part 'buttonbase.dart'; 12 part 'buttonbase.dart';
13 part 'checkbox.dart'; 13 part 'checkbox.dart';
14 part 'drawer.dart'; 14 part 'drawer.dart';
15 part 'drawerheader.dart'; 15 part 'drawerheader.dart';
16 part 'fixedheightscrollable.dart'; 16 part 'fixedheightscrollable.dart';
17 part 'flingcurve.dart'; 17 part 'flingcurve.dart';
18 part 'icon.dart'; 18 part 'icon.dart';
19 part 'inksplash.dart'; 19 part 'inksplash.dart';
20 part 'material.dart'; 20 part 'material.dart';
21 part 'menudivider.dart'; 21 part 'menudivider.dart';
22 part 'menuitem.dart'; 22 part 'menuitem.dart';
23 part 'radio.dart'; 23 part 'radio.dart';
24 part 'toolbar.dart'; 24 part 'toolbar.dart';
25 part 'floating_action_button.dart'; 25 part 'floating_action_button.dart';
26 part 'style_component.dart';
27 26
28 typedef void ValueChanged(value); 27 typedef void ValueChanged(value);
OLDNEW
« no previous file with comments | « sky/examples/fn/widgets/style_component.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698