isActuallyEnabled property

bool isActuallyEnabled
inherited

Implementation

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