Skip to content

Commit 9ef2bd5

Browse files
feat: add documentation to some properties
1 parent 1dac425 commit 9ef2bd5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

lib/src/form_builder_image_picker.dart

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,16 @@ class FormBuilderImagePicker extends FormBuilderFieldDecoration<List<dynamic>> {
9393
final Widget Function(BuildContext context, Widget displayImage)?
9494
transformImageWidget;
9595

96+
/// Icon for camera option on bottom sheet
9697
final Widget cameraIcon;
98+
99+
/// Icon for gallery option on bottom sheet
97100
final Widget galleryIcon;
101+
102+
/// Label for camera option on bottom sheet
98103
final Widget cameraLabel;
104+
105+
/// Label for gallery option on bottom sheet
99106
final Widget galleryLabel;
100107
final EdgeInsets bottomSheetPadding;
101108
final bool preventPop;

0 commit comments

Comments
 (0)