OtherOptions class
Other options such as the height of the widget and the decoration surrounding it
Constructors
- OtherOptions({BoxDecoration decoration = const BoxDecoration(borderRadius: BorderRadius.all(Radius.circular(4)), border: Border.fromBorderSide(BorderSide(color: Color(0xffececec), width: 1))), double height = 400})
-
const
Properties
- decoration → BoxDecoration
-
The BoxDecoration to use around the Html editor. By default, the widget
uses a thin, dark, rounded rectangle border around the widget.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- height → double
-
Sets the height of the Html editor widget. This takes the toolbar into
account (i.e. this sets the height of the entire widget rather than the
editor space)
final
- 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