Merge pull request #3027 from abarth/drop_down

Drop is a separate word than down
This commit is contained in:
Adam Barth 2016-03-31 17:28:35 -07:00
commit c0842205ca
2 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ export 'src/material/drawer.dart';
export 'src/material/drawer_header.dart';
export 'src/material/drawer_item.dart';
export 'src/material/divider.dart';
export 'src/material/dropdown.dart';
export 'src/material/drop_down.dart';
export 'src/material/flat_button.dart';
export 'src/material/flexible_space_bar.dart';
export 'src/material/floating_action_button.dart';