Unverified Commit 80237ef8 authored by Todd Volkert's avatar Todd Volkert Committed by GitHub

Export Material curves in the Material lib (#62421)

(split out from https://github.com/flutter/flutter/pull/62317)
parent ca717c25
...@@ -49,6 +49,7 @@ export 'src/material/circle_avatar.dart'; ...@@ -49,6 +49,7 @@ export 'src/material/circle_avatar.dart';
export 'src/material/color_scheme.dart'; export 'src/material/color_scheme.dart';
export 'src/material/colors.dart'; export 'src/material/colors.dart';
export 'src/material/constants.dart'; export 'src/material/constants.dart';
export 'src/material/curves.dart';
export 'src/material/data_table.dart'; export 'src/material/data_table.dart';
export 'src/material/data_table_source.dart'; export 'src/material/data_table_source.dart';
export 'src/material/debug.dart'; export 'src/material/debug.dart';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment