Delete_.deleteText

Delete the text.

mixintemplate Delete_()
deleteText
(
this T
)
(
int startCharIndex = 0
,
int endCharIndex = int.max
)

Parameters

startCharIndex int

The index where the deletion starts.

endCharIndex int

The index where the deletion ends.

Return Value

Type: auto

This widget to aid method chaining.

Meta