MyoroImagePickerThemeExtension constructor
const
MyoroImagePickerThemeExtension({
- Size? size,
- BorderRadius? borderRadius,
- MouseCursor? overlayCursor,
- Color? overlayIdleBackgroundColor,
- Color? overlayHoverBackgroundColor,
- Color? overlayTapBackgroundColor,
- MyoroIconConfiguration? overlayUnselectedImageStateIconConfiguration,
- BoxConstraints? selectionTypeModalConstraints,
- double? selectionTypeModalSpacing,
- IconData? selectionTypeModalButtonCameraIcon,
- 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,
});