---
title: MenuItem
description: MenuItem content
---

`MenuItem`

This structure represents a MenuItem with an icon, text, trailing text, and enabled state.

- **`icon`** (_image_): The icon to display in the item.
- **`text`** (_string_): The text to display in the item.
- **`trailing_text`** (_string_): The trailing text to display in the item.
- **`enabled`** (_bool_): Whether the item is enabled.
