onViewCreated property

ValueChanged<int>? onViewCreated
final

Callback after the view is created, returns a viewId that uniquely identifies a platform view in Flutter

Implementation

final ValueChanged<int>? onViewCreated;