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