ResizeMode enum
Defines the resize mode of the editor.
resizeToContent will resize the editor to the content of the summernote editor. resizeToParent will resize the editor to the parent widget. When this mode is enabled, the editor will size itself to the maximum allowed by the parent.
Values
- resizeToContent → const ResizeMode
- resizeToParent → const ResizeMode
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
ResizeMode> - A constant List of the values in this enum, in order of their declaration.