File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -276,7 +276,7 @@ class _CameraPickerState extends State<CameraPicker> {
276
276
margin: const EdgeInsets .all (10.0 ),
277
277
width: Screens .width / 15 ,
278
278
height: Screens .width / 15 ,
279
- decoration: BoxDecoration (
279
+ decoration: const BoxDecoration (
280
280
color: Colors .white,
281
281
shape: BoxShape .circle,
282
282
),
@@ -305,7 +305,7 @@ class _CameraPickerState extends State<CameraPicker> {
305
305
color: Colors .white30,
306
306
shape: BoxShape .circle,
307
307
),
308
- child: DecoratedBox (
308
+ child: const DecoratedBox (
309
309
decoration: BoxDecoration (
310
310
color: Colors .white,
311
311
shape: BoxShape .circle,
@@ -368,7 +368,7 @@ class _CameraPickerState extends State<CameraPicker> {
368
368
margin: const EdgeInsets .all (10.0 ),
369
369
width: Screens .width / 15 ,
370
370
height: Screens .width / 15 ,
371
- decoration: BoxDecoration (
371
+ decoration: const BoxDecoration (
372
372
color: Colors .white,
373
373
shape: BoxShape .circle,
374
374
),
You can’t perform that action at this time.
0 commit comments