QuillEditor class
- Inheritance
-
- Object
- DiagnosticableTree
- Widget
- StatefulWidget
- QuillEditor
Constructors
-
QuillEditor({required QuillController controller, required FocusNode focusNode, required ScrollController scrollController, required bool scrollable, required EdgeInsetsGeometry padding, required bool autoFocus, required bool readOnly, required bool expands, bool? showCursor, bool? paintCursorAboveText, String? placeholder, bool enableInteractiveSelection = true, double scrollBottomInset = 0, double? minHeight, double? maxHeight, DefaultStyles? customStyles, TextCapitalization textCapitalization = TextCapitalization.sentences, Brightness keyboardAppearance = Brightness.light, ScrollPhysics? scrollPhysics, ValueChanged<
String> ? onLaunchUrl, bool onTapDown(TapDownDetails details, TextPosition (Offset offset))?, bool onTapUp(TapUpDetails details, TextPosition (Offset offset))?, bool onSingleLongTapStart(LongPressStartDetails details, TextPosition (Offset offset))?, bool onSingleLongTapMoveUpdate(LongPressMoveUpdateDetails details, TextPosition (Offset offset))?, bool onSingleLongTapEnd(LongPressEndDetails details, TextPosition (Offset offset))?, EmbedBuilder embedBuilder = _defaultEmbedBuilder, CustomStyleBuilder? customStyleBuilder, Key? key}) -
const
- QuillEditor.basic({required QuillController controller, required bool readOnly, Brightness? keyboardAppearance})
-
factory
Properties
- autoFocus → bool
-
final
- controller → QuillController
-
final
- customStyleBuilder → CustomStyleBuilder?
-
final
- customStyles → DefaultStyles?
-
final
- embedBuilder → EmbedBuilder
-
final
- enableInteractiveSelection → bool
-
final
- expands → bool
-
final
- focusNode → FocusNode
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- key → Key?
-
Controls how one widget replaces another widget in the tree.
finalinherited
- keyboardAppearance → Brightness
-
final
- maxHeight → double?
-
final
- minHeight → double?
-
final
-
onLaunchUrl
→ ValueChanged<
String> ? -
final
- onSingleLongTapEnd → bool Function(LongPressEndDetails details, TextPosition (Offset offset))?
-
final
- onSingleLongTapMoveUpdate → bool Function(LongPressMoveUpdateDetails details, TextPosition (Offset offset))?
-
final
- onSingleLongTapStart → bool Function(LongPressStartDetails details, TextPosition (Offset offset))?
-
final
- onTapDown → bool Function(TapDownDetails details, TextPosition (Offset offset))?
-
final
- onTapUp → bool Function(TapUpDetails details, TextPosition (Offset offset))?
-
final
- padding → EdgeInsetsGeometry
-
final
- paintCursorAboveText → bool?
-
final
- placeholder → String?
-
final
- readOnly → bool
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scrollable → bool
-
final
- scrollBottomInset → double
-
final
- scrollController → ScrollController
-
final
- scrollPhysics → ScrollPhysics?
-
final
- showCursor → bool?
-
final
- textCapitalization → TextCapitalization
-
final
Methods
-
createElement(
) → StatefulElement -
Creates a StatefulElement to manage this widget's location in the tree.
inherited
-
createState(
) → _QuillEditorState -
Creates the mutable state for this widget at a given location in the tree.
override
-
debugDescribeChildren(
) → List< DiagnosticsNode> -
Returns a list of DiagnosticsNode objects describing this node's
children.
inherited
-
debugFillProperties(
DiagnosticPropertiesBuilder properties) → void -
Add additional properties associated with the node.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toDiagnosticsNode(
{String? name, DiagnosticsTreeStyle? style}) → DiagnosticsNode -
Returns a debug representation of the object that is used by debugging
tools and by DiagnosticsNode.toStringDeep.
inherited
-
toString(
{DiagnosticLevel minLevel = DiagnosticLevel.info}) → String -
A string representation of this object.
inherited
-
toStringDeep(
{String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) → String -
Returns a string representation of this node and its descendants.
inherited
-
toStringShallow(
{String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) → String -
Returns a one-line detailed description of the object.
inherited
-
toStringShort(
) → String -
A short, textual description of this widget.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited