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 29a83af commit 85000d0Copy full SHA for 85000d0
lib/src/widget/camera_picker_viewer.dart
@@ -271,7 +271,7 @@ class _CameraPickerViewerState extends State<CameraPickerViewer> {
271
return MaterialButton(
272
minWidth: 20.0,
273
height: 32.0,
274
- padding: const EdgeInsets.symmetric(horizontal: 12.0),
+ padding: const EdgeInsets.symmetric(horizontal: 20.0),
275
color: theme.colorScheme.secondary,
276
shape: RoundedRectangleBorder(
277
borderRadius: BorderRadius.circular(3.0),
0 commit comments