leading property

Widget? leading
final

Displayed before text.

Don't feel obligated to provide icons for commands that don't have a standard visualization. Cryptic icons aren't helpful, create visual clutter, and prevent users from focusing on the important menu items.

Usually an Icon widget.

Implementation

final Widget? leading;