RenderEditableTextLine constructor
RenderEditableTextLine(
- Line line,
- TextDirection textDirection,
- TextSelection textSelection,
- bool enableInteractiveSelection,
- bool hasFocus,
- double devicePixelRatio,
- EdgeInsetsGeometry padding,
- Color color,
- CursorCont cursorCont,
Implementation
RenderEditableTextLine(
this.line,
this.textDirection,
this.textSelection,
this.enableInteractiveSelection,
this.hasFocus,
this.devicePixelRatio,
this.padding,
this.color,
this.cursorCont,
);