iOS: add BlurEffect

This commit is contained in:
pengfei.zhou
2021-11-25 11:44:01 +08:00
committed by osborn
parent 87b73461e6
commit 84d5ccd1c6
7 changed files with 94 additions and 3 deletions

View File

@@ -13,7 +13,8 @@ export declare class BlurEffect extends Stack {
};
/**
* Specify the radius of blur effect.
* If not set, the default is 15.
* If not set, the default value is 15.
* Suggested value is from 1 to 25.
*/
radius?: number;
}