We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ecbf89 commit 6436d77Copy full SHA for 6436d77
packages/flutter_box_transform/lib/src/handle_builders.dart
@@ -66,7 +66,7 @@ class CornerHandleWidget extends StatelessWidget {
66
);
67
}
68
69
- if(kDebugMode && debugPaintHandleBounds) {
+ if (kDebugMode && debugPaintHandleBounds) {
70
child = ColoredBox(
71
color: Colors.orange.withOpacity(0.5),
72
child: child,
@@ -161,7 +161,7 @@ class SideHandleWidget extends StatelessWidget {
161
162
163
164
165
166
color: Colors.yellow.withOpacity(0.5),
167
0 commit comments