child property
final
The child displayed by the RawMenuAnchorGroup.
To access the MenuController from the child, place the child in a builder and call MenuController.maybeOf.
Implementation
final Widget child;
The child displayed by the RawMenuAnchorGroup.
To access the MenuController from the child, place the child in a builder and call MenuController.maybeOf.
final Widget child;