File tree Expand file tree Collapse file tree 1 file changed +0
-30
lines changed Expand file tree Collapse file tree 1 file changed +0
-30
lines changed Original file line number Diff line number Diff line change @@ -86,36 +86,6 @@ class _MyHomePageState extends State<MyHomePage> {
86
86
),
87
87
body: Column (
88
88
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
-
119
89
Expanded (
120
90
child: CustomImageCrop (
121
91
cropController: controller,
You can’t perform that action at this time.
0 commit comments