descendants property Null safety
override
Returns all descendant MenuItems of this item.
Implementation
@override
List<MenuItem> get descendants => getDescendants(this);
Returns all descendant MenuItems of this item.
@override
List<MenuItem> get descendants => getDescendants(this);