Render renders the item's view.
(w io.Writer, m Model, index int, item Item)
| 38 | type ItemDelegate interface { |
| 39 | // Render renders the item's view. |
| 40 | Render(w io.Writer, m Model, index int, item Item) |
| 41 | |
| 42 | // Height is the height of the list item. |
| 43 | Height() int |
no outgoing calls
no test coverage detected