creationParams property Null safety

dynamic creationParams
final

Passed as the arguments argument of -[FlutterPlatformViewFactory createWithFrame:viewIdentifier:arguments:]

This can be used by plugins to pass constructor parameters to the embedded iOS view.

Implementation

final dynamic creationParams;