MenuRootDirective constructor

MenuRootDirective(
  1. @Optional() DropdownHandle? _dropdown
)

Implementation

MenuRootDirective(@Optional() this._dropdown) {
  visible = true;
}