Skip to content

Commit ed7eb26

Browse files
author
Skandar Munir Ahmed
committed
remove commented code
1 parent 5f825dc commit ed7eb26

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

example/lib/main.dart

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -86,36 +86,6 @@ class _MyHomePageState extends State<MyHomePage> {
8686
),
8787
body: Column(
8888
children: [
89-
// SizedBox(
90-
// height: 40,
91-
// child: Row(
92-
// mainAxisAlignment: MainAxisAlignment.center,
93-
// children: [
94-
// IconButton(
95-
// icon: const Icon(Icons.crop_free),
96-
// color: _currentShape == CustomCropShape.Circle
97-
// ? Colors.blue
98-
// : Colors.grey,
99-
// onPressed: () => _changeCropShape(CustomCropShape.Circle),
100-
// ),
101-
// IconButton(
102-
// icon: const Icon(Icons.crop_square),
103-
// color: _currentShape == CustomCropShape.Square
104-
// ? Colors.blue
105-
// : Colors.grey,
106-
// onPressed: () => _changeCropShape(CustomCropShape.Square),
107-
// ),
108-
// IconButton(
109-
// icon: const Icon(Icons.crop_16_9),
110-
// color: _currentShape == CustomCropShape.Ratio
111-
// ? Colors.blue
112-
// : Colors.grey,
113-
// onPressed: () => _changeCropShape(CustomCropShape.Ratio),
114-
// ),
115-
// ],
116-
// ),
117-
// ),
118-
11989
Expanded(
12090
child: CustomImageCrop(
12191
cropController: controller,

0 commit comments

Comments
 (0)