MenuRootDirective constructor

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

Implementation

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