Flutter Engine
The Flutter Engine
Instance Methods | Properties | List of all members
TestFlutterPlatformView Class Reference

#import <TestFlutterPlatformView.h>

Inheritance diagram for TestFlutterPlatformView:

Instance Methods

(instancetype) - initWithFrame:arguments: [implementation]
 

Properties

id args
 Arguments passed via the params value in the create method call. More...
 

Detailed Description

Definition at line 12 of file TestFlutterPlatformView.h.

Method Documentation

◆ initWithFrame:arguments:

- (instancetype) initWithFrame: (CGRect)  frame
arguments: (nullable NSDictionary*)  args 
implementation

Definition at line 1 of file TestFlutterPlatformView.mm.

12 :(CGRect)frame arguments:(nullable NSDictionary*)args {
13 self = [super initWithFrame:frame];
14 _args = args;
15 return self;
16}
double frame
Definition: examples.cpp:31
id args
Arguments passed via the params value in the create method call.

Property Documentation

◆ args

- (id) args
readwritenonatomiccopy

Arguments passed via the params value in the create method call.

Definition at line 15 of file TestFlutterPlatformView.h.


The documentation for this class was generated from the following files: