MyoroImagePickerThemeExtension constructor

const MyoroImagePickerThemeExtension({
  1. Size? size,
  2. BorderRadius? borderRadius,
  3. MouseCursor? overlayCursor,
  4. Color? overlayIdleBackgroundColor,
  5. Color? overlayHoverBackgroundColor,
  6. Color? overlayTapBackgroundColor,
  7. MyoroIconConfiguration? overlayUnselectedImageStateIconConfiguration,
  8. BoxConstraints? selectionTypeModalConstraints,
  9. double? selectionTypeModalSpacing,
  10. IconData? selectionTypeModalButtonCameraIcon,
  11. IconData? selectionTypeModalButtonGalleryIcon,
})

Implementation

const MyoroImagePickerThemeExtension({
  this.size,
  this.borderRadius,
  this.overlayCursor,
  this.overlayIdleBackgroundColor,
  this.overlayHoverBackgroundColor,
  this.overlayTapBackgroundColor,
  this.overlayUnselectedImageStateIconConfiguration,
  this.selectionTypeModalConstraints,
  this.selectionTypeModalSpacing,
  this.selectionTypeModalButtonCameraIcon,
  this.selectionTypeModalButtonGalleryIcon,
});