#include <FlutterPlatformViews_Internal.h>
Definition at line 86 of file FlutterPlatformViews.mm.
◆ initWithFrame:blurRadius:cornerRadius:isRoundedSuperellipse:visualEffectView:
| - (instancetype) initWithFrame: |
|
(CGRect) |
frame |
| blurRadius: |
|
(CGFloat) |
blurRadius |
| cornerRadius: |
|
(CGFloat) |
cornerRadius |
| isRoundedSuperellipse: |
|
(BOOL) |
isRoundedSuperellipse |
| visualEffectView: |
|
(UIVisualEffectView*) |
NS_DESIGNATED_INITIALIZER |
|
|
| |
Definition at line 93 of file FlutterPlatformViews.mm.
99 visualEffectView:(UIVisualEffectView*)visualEffectView {
100 if (
self = [super init]) {
107 FML_DLOG(ERROR) <<
"Apple's API for UIVisualEffectView changed. Update the implementation to "
108 "access the gaussianBlur CAFilter.";
109 return nil;
110 }
111 _backdropFilterView = visualEffectView;
112 _backdropFilterViewConfigured = NO;
113 }
114 return self;
115}
#define FML_DLOG(severity)
References blurRadius, cornerRadius, FML_DLOG, frame, isRoundedSuperellipse, and self.
◆ NS_UNAVAILABLE
| - (instancetype) NS_UNAVAILABLE |
|
|
|
◆ resetPreparation
| + (void) resetPreparation |
|
|
|
◆ backdropFilterView
| - (UIVisualEffectView *) backdropFilterView |
|
readnonatomicassign |
◆ blurRadius
◆ cornerRadius
◆ frame
◆ isRoundedSuperellipse
| - (BOOL) isRoundedSuperellipse |
|
readnonatomicassign |
The documentation for this class was generated from the following files: