menu
light_html_editor package
documentation
api/v3/node_v3.dart
NodeV3
offset method
offset method
dark_mode
light_mode
offset
method
void
offset
(
{
int
startOffset
=
0
,
int
endOffset
=
0
,
})
Implementation
void offset({ int startOffset = 0, int endOffset = 0, }) { start += startOffset; end += endOffset; }
light_html_editor package
documentation
api/v3/node_v3
NodeV3
offset method
NodeV3 class