Commit 9a493c15 authored by Adam Barth's avatar Adam Barth

Update box_painter.dart

parent 627b0492
......@@ -528,7 +528,7 @@ class BoxPainter {
}
assert(_decoration.borderRadius == null); // TODO(abarth): Support non-uniform rounded borders.
assert(_decoration.shape == Shape.rectangle); // TODO(ianh): Support borders on circles.
assert(_decoration.shape == Shape.rectangle); // TODO(ianh): Support non-uniform borders on circles.
assert(_decoration.border.top != null);
assert(_decoration.border.right != null);
......
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