RenderEditableTextLine constructor

RenderEditableTextLine(
  1. Line line,
  2. TextDirection textDirection,
  3. TextSelection textSelection,
  4. bool enableInteractiveSelection,
  5. bool hasFocus,
  6. double devicePixelRatio,
  7. EdgeInsetsGeometry padding,
  8. Color color,
  9. CursorCont cursorCont,
  10. InlineCodeStyle inlineCodeStyle,
)

Creates new editable paragraph render box.

Implementation

RenderEditableTextLine(this.line, this.textDirection, this.textSelection, this.enableInteractiveSelection,
    this.hasFocus, this.devicePixelRatio, this.padding, this.color, this.cursorCont, this.inlineCodeStyle);