Skip to content

Commit 90841c9

Browse files
authored
Factor out Border and BorderRadius into their own files. (flutter#12055)
This will make it more tractable to convert them for RTL.
1 parent 701d534 commit 90841c9

File tree

4 files changed

+654
-629
lines changed

4 files changed

+654
-629
lines changed

packages/flutter/lib/painting.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
library painting;
1919

2020
export 'src/painting/basic_types.dart';
21+
export 'src/painting/border.dart';
22+
export 'src/painting/border_radius.dart';
2123
export 'src/painting/box_fit.dart';
2224
export 'src/painting/box_painter.dart';
2325
export 'src/painting/colors.dart';

0 commit comments

Comments
 (0)