LogicalLine constructor
const
LogicalLine({
- required InlineContainerNode node,
- required List<
CaretStop> stops,
Implementation
const LogicalLine({required this.node, required this.stops});