showCancelButton property

bool showCancelButton

A Boolean value indicating whether to show the "Cancel" button on the OAuth login page.

Implementation

bool get showCancelButton {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_OAuthUserConfiguration_getShowCancelButton(
      _handle,
      errorHandler,
    );
  });
}