EditableTextLine constructor

const EditableTextLine(
  1. Line line,
  2. Widget? leading,
  3. Widget body,
  4. double indentWidth,
  5. Tuple2 verticalSpacing,
  6. TextDirection textDirection,
  7. TextSelection textSelection,
  8. Color color,
  9. bool enableInteractiveSelection,
  10. bool hasFocus,
  11. double devicePixelRatio,
  12. 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,
);