HtmlEditorField constructor
const
HtmlEditorField({
- Key? key,
- required HtmlEditorController? controller,
- ResizeMode resizeMode = ResizeMode.resizeToParent,
- InAppWebViewSettings? inAppWebViewSettings,
- int? maximumFileSize,
- bool? spellCheck,
- List<
String> ? customOptions, - Future<
bool> allowUrlLoading(- Uri? uri
- VoidCallback? onInit,
- VoidCallback? onFocus,
- VoidCallback? onBlur,
- ValueChanged<
HtmlEditorFile> ? onImageUpload, - ValueChanged<
HtmlEditorUploadError> ? onImageUploadError, - ValueChanged<
int> ? onKeyup, - ValueChanged<
int> ? onKeydown, - String? hint,
- VoidCallback? onMouseUp,
- VoidCallback? onMouseDown,
- ValueChanged<
String> ? onChange, - ValueChanged<
String> ? onUrlPressed, - String cssBuilder()?,
- String jsInitBuilder(
- String js
- ValueChanged<
String> ? onSelectionChange,
Implementation
const HtmlEditorField({
super.key,
required this.controller,
this.resizeMode = ResizeMode.resizeToParent,
this.inAppWebViewSettings,
this.maximumFileSize,
this.spellCheck,
this.customOptions,
this.allowUrlLoading,
this.onInit,
this.onFocus,
this.onBlur,
this.onImageUpload,
this.onImageUploadError,
this.onKeyup,
this.onKeydown,
this.hint,
this.onMouseUp,
this.onMouseDown,
this.onChange,
this.onUrlPressed,
this.cssBuilder,
this.jsInitBuilder,
this.onSelectionChange,
});