bidiSegments property
List<BiDiSegment>
get
bidiSegments
Get BiDi segments for the entire rope
Implementation
List<BiDiSegment> get bidiSegments {
return _rope.getBidiSegmentsInRange(
start: BigInt.zero,
end: BigInt.from(length),
);
}