isActuallyEnabled property

bool get isActuallyEnabled
inherited

Implementation

bool get isActuallyEnabled => (isEnabled ?? onPressed != null) && !isLoading;