isDisabled property

bool isDisabled

Whether the button is disabled or not

Implementation

bool get isDisabled => onChanged == null;