CodeIndicatorValue class

Constructors

CodeIndicatorValue({required List<CodeLineRenderParagraph> paragraphs, int focusedIndex = -1})

Properties

focusedIndex int
final
hashCode int
The hash code for this object.
no setteroverride
paragraphs List<CodeLineRenderParagraph>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({List<CodeLineRenderParagraph>? paragraphs, int? focusedIndex}) CodeIndicatorValue
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override