Skip to content

Commit

Permalink
feat: add documentation to some properties
Browse files Browse the repository at this point in the history
  • Loading branch information
deandreamatias committed Aug 11, 2024
1 parent 1dac425 commit 9ef2bd5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/src/form_builder_image_picker.dart
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,16 @@ class FormBuilderImagePicker extends FormBuilderFieldDecoration<List<dynamic>> {
final Widget Function(BuildContext context, Widget displayImage)?
transformImageWidget;

/// Icon for camera option on bottom sheet
final Widget cameraIcon;

/// Icon for gallery option on bottom sheet
final Widget galleryIcon;

/// Label for camera option on bottom sheet
final Widget cameraLabel;

/// Label for gallery option on bottom sheet
final Widget galleryLabel;
final EdgeInsets bottomSheetPadding;
final bool preventPop;
Expand Down

0 comments on commit 9ef2bd5

Please sign in to comment.