menu
artisanal package
documentation
uv.dart
TabStops
next method
next method
dark_mode
light_mode
next
method
int
next
(
int
col
)
Returns the next tab stop after
col
.
Implementation
int next(int col) => find(col, 1);
artisanal package
documentation
uv
TabStops
next method
TabStops class