void onLinesChanged(List<int> xLines, List<int> yLines) { emit(state.copyWith(xLines: xLines, yLines: yLines)); }