isDisabled property

bool get isDisabled
inherited

Whether this object is currently disabled.

Implementation

bool get isDisabled => !_active;