onEnabled method
Whether this popup menu button is interactive
Implementation
bool? onEnabled() => inEnabled == null ? true : inEnabled!();
Whether this popup menu button is interactive
bool? onEnabled() => inEnabled == null ? true : inEnabled!();