descendants property
override
Returns all descendant PlatformMenuItem
s of this item.
Implementation
@override
List<PlatformMenuItem> get descendants => getDescendants(this);
Returns all descendant PlatformMenuItem
s of this item.
@override
List<PlatformMenuItem> get descendants => getDescendants(this);