onViewCreated property

ValueChanged<int>? onViewCreated
final

The callback after the view has been created will return a viewId which is used to uniquely identify a platform view in Flutter.

Implementation

final ValueChanged<int>? onViewCreated;