MenuItem class 
 
    
    
  
    
  
    Properties
    
        - 
  checked
  ↔ bool?
  
- 
  Indicates this item should be drawn with a check.
  getter/setter pair 
- 
  enabled
  ↔ bool?
  
- 
  Indicates this item is enabled.
  getter/setter pair 
- 
  hashCode
  → int
  
- 
  The hash code for this object.
  no setterinherited 
- 
  id
  ↔ String
  
- 
  String that will be passed to callbacks referencing this MenuItem.
  getter/setter pair 
- 
  label
  ↔ String?
  
- 
  Text displayed in the menu for this item.
  getter/setter pair 
- 
  runtimeType
  → Type
  
- 
  A representation of the runtime type of the object.
  no setterinherited 
- 
  style
  ↔ MenuItemStyle?
  
- 
  The type of menu item.
  getter/setter pair 
- 
  toJS
  → MenuItem
  
- 
  
  no setter 
- 
  visible
  ↔ bool?
  
- 
  Indicates this item is visible.
  getter/setter pair 
 
    
  
    Methods
    
        - 
  noSuchMethod(Invocation invocation)
    → dynamic
  
  
- 
  Invoked when a nonexistent method or property is accessed.
  inherited 
- 
  toString()
    → String
  
  
- 
  A string representation of this object.
  inherited