LogicalLine constructor

const LogicalLine({
  1. required InlineContainerNode node,
  2. required List<CaretStop> stops,
})

Implementation

const LogicalLine({required this.node, required this.stops});