#import <FlutterPlatformViews_Internal.h>
◆ initWithFrame:blurRadius:visualEffectView:
- (instancetype) initWithFrame: |
|
(CGRect) |
frame |
blurRadius: |
|
(CGFloat) |
blurRadius |
visualEffectView: |
|
(UIVisualEffectView*) |
NS_DESIGNATED_INITIALIZER |
|
|
| |
Definition at line 95 of file FlutterPlatformViews_Internal.mm.
97 visualEffectView:(UIVisualEffectView*)visualEffectView {
98 if (
self = [super init]) {
103 FML_DLOG(ERROR) <<
"Apple's API for UIVisualEffectView changed. Update the implementation to "
104 "access the gaussianBlur CAFilter.";
108 _backdropFilterView = [visualEffectView retain];
109 _backdropFilterViewConfigured = NO;
References blurRadius, and frame.
◆ NS_UNAVAILABLE
- (instancetype) NS_UNAVAILABLE |
|
|
|
◆ resetPreparation
+ (void) resetPreparation |
|
|
|
◆ backdropFilterView
- (UIVisualEffectView *) backdropFilterView |
|
readnonatomicretain |
◆ blurRadius
◆ frame
The documentation for this class was generated from the following files: