descendants property Null safety
Returns all descendant MenuItem
s of this item.
Returns an empty list if this type of menu item doesn't have descendants.
Implementation
List<MenuItem> get descendants => const <MenuItem>[];
Returns all descendant MenuItem
s of this item.
Returns an empty list if this type of menu item doesn't have descendants.
List<MenuItem> get descendants => const <MenuItem>[];