onEnabled method

bool? onEnabled()

Whether this popup menu button is interactive

Implementation

bool? onEnabled() => inEnabled == null ? true : inEnabled!();