Commit ce930db3 authored by Ian Hickson's avatar Ian Hickson Committed by GitHub

Move Border into its own file (#12364)

I'm about to add the BoxBorder and BorderDirectional classes to
this new file, but figured it would make review easier if the move
of the existing class happened first.
parent eb2518f2
......@@ -21,6 +21,7 @@ export 'src/painting/alignment.dart';
export 'src/painting/basic_types.dart';
export 'src/painting/border_radius.dart';
export 'src/painting/borders.dart';
export 'src/painting/box_border.dart';
export 'src/painting/box_decoration.dart';
export 'src/painting/box_fit.dart';
export 'src/painting/box_shadow.dart';
......
This diff is collapsed.
......@@ -10,7 +10,7 @@ import 'package:flutter/services.dart';
import 'basic_types.dart';
import 'border_radius.dart';
import 'borders.dart';
import 'box_border.dart';
import 'box_shadow.dart';
import 'decoration.dart';
import 'edge_insets.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