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.

Inheritance

Constructors

ResizeMode()
const

Values

resizeToContent → const ResizeMode
resizeToParent → const ResizeMode

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.