Adds a new list to the board
void addList(List<Widget> list) { _lists.add(List.from(list)); notifyListeners(); }