EditableTextLine constructor
const
EditableTextLine(
- Line line,
- Widget? leading,
- Widget body,
- double indentWidth,
- Tuple2 verticalSpacing,
- TextDirection textDirection,
- TextSelection textSelection,
- Color color,
- bool enableInteractiveSelection,
- bool hasFocus,
- double devicePixelRatio,
- CursorCont cursorCont,
Implementation
const EditableTextLine(
this.line,
this.leading,
this.body,
this.indentWidth,
this.verticalSpacing,
this.textDirection,
this.textSelection,
this.color,
this.enableInteractiveSelection,
this.hasFocus,
this.devicePixelRatio,
this.cursorCont,
);