checked property

bool? checked
final

Whether the resulting menu item should be selected.

If checked is null, then no trailing widget will be generated.

Implementation

final bool? checked;