Skip to content

Commit 2c26241

Browse files
SaadArdatiBirjuVachhani
authored andcommitted
♻️ Reformat.
1 parent 85ffcdc commit 2c26241

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/flutter_box_transform/lib/src/transformable_box.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ class _TransformableBoxState extends State<TransformableBox> {
568568
),
569569
if (widget.resizable)
570570
for (final handle in HandlePosition.corners.where((handle) =>
571-
widget.visibleHandles.contains(handle) ||
571+
widget.visibleHandles.contains(handle) ||
572572
widget.enabledHandles.contains(handle)))
573573
CornerHandleWidget(
574574
key: ValueKey(handle),
@@ -584,7 +584,7 @@ class _TransformableBoxState extends State<TransformableBox> {
584584
),
585585
if (widget.resizable)
586586
for (final handle in HandlePosition.sides.where((handle) =>
587-
widget.visibleHandles.contains(handle) ||
587+
widget.visibleHandles.contains(handle) ||
588588
widget.enabledHandles.contains(handle)))
589589
SideHandleWidget(
590590
key: ValueKey(handle),

0 commit comments

Comments
 (0)