Selection.selectText

Select the text.

mixintemplate Selection()
selectText
(
this T
)
(
int startCharIndex = 0
,
int endCharIndex = int.max
)

Parameters

startCharIndex int

The index where the selection starts.

endCharIndex int

The index where the selection ends.

Return Value

Type: auto

This widget to aid method chaining.

Meta