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 1dac425 commit 9ef2bd5Copy full SHA for 9ef2bd5
lib/src/form_builder_image_picker.dart
@@ -93,9 +93,16 @@ class FormBuilderImagePicker extends FormBuilderFieldDecoration<List<dynamic>> {
93
final Widget Function(BuildContext context, Widget displayImage)?
94
transformImageWidget;
95
96
+ /// Icon for camera option on bottom sheet
97
final Widget cameraIcon;
98
+
99
+ /// Icon for gallery option on bottom sheet
100
final Widget galleryIcon;
101
102
+ /// Label for camera option on bottom sheet
103
final Widget cameraLabel;
104
105
+ /// Label for gallery option on bottom sheet
106
final Widget galleryLabel;
107
final EdgeInsets bottomSheetPadding;
108
final bool preventPop;
0 commit comments