menu
light_html_editor package
documentation
api/v2/node_v2.dart
SimpleNode
textIndexEnd property
textIndexEnd property
dark_mode
light_mode
textIndexEnd
property
int
get
textIndexEnd
override
Index of the last text character
Implementation
int get textIndexEnd => textIndexStart + (body.length - 1);
light_html_editor package
documentation
api/v2/node_v2
SimpleNode
textIndexEnd property
SimpleNode class