Update box_painter.dart
This commit is contained in:
parent
627b049216
commit
9a493c15e9
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user