Description
The text of a Cell should default to null, because the item defaults to null, and by default in our cell implementations if we encounter a null item we set the text to null. This is minor, but ensures consistency in state (null text == null item).