We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
对 二次隐私协议弹窗四个圆角值的配置字段 privacyAlertCornerRadiusArray 注释错误: 文档中为:顺序为左上、右上、右下、左下 实际中为:左上、左下、右下、右上
privacyAlertCornerRadiusArray
/// 设置二次隐私协议弹窗的四个圆角值。说明 顺序为左上、右上、右下、左下,需要填充4个值,不足4个值则无效,如果值小于等于0则为直角。 late List<int>? privacyAlertCornerRadiusArray;
⚠️ 测试平台为 iOS
The text was updated successfully, but these errors were encountered:
感谢指正
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
对 二次隐私协议弹窗四个圆角值的配置字段
privacyAlertCornerRadiusArray
注释错误:文档中为:顺序为左上、右上、右下、左下
实际中为:左上、左下、右下、右上
The text was updated successfully, but these errors were encountered: