File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
packages/flutter_box_transform/example/lib Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -558,7 +558,8 @@ class _ImageBoxState extends State<ImageBox> {
558558 ? Colors .red
559559 : handleColor,
560560 width: 2 ,
561- strokeAlign: BorderSide .strokeAlignCenter,
561+ // TODO: Due to flutter issue in 3.7.10, this doesn't work in debug mode.
562+ // strokeAlign: BorderSide.strokeAlignCenter,
562563 ),
563564 vertical: BorderSide (
564565 color: minWidthReached
@@ -567,7 +568,8 @@ class _ImageBoxState extends State<ImageBox> {
567568 ? Colors .red
568569 : handleColor,
569570 width: 2 ,
570- strokeAlign: BorderSide .strokeAlignCenter,
571+ // TODO: Due to flutter issue in 3.7.10, this doesn't work in debug mode.
572+ // strokeAlign: BorderSide.strokeAlignCenter,
571573 ),
572574 )
573575 : null ,
You can’t perform that action at this time.
0 commit comments