isButtonDisabled property

bool get isButtonDisabled

Implementation

bool get isButtonDisabled =>
    _selectedPayment == null ||
    _name == null ||
    _email == null ||
    !_isEmailValid ||
    _phone == null ||
    !_isPhoneValid ||
    !_isPhoneValidForOperator;