onViewCreated property
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;
The callback after the view has been created will return a viewId
which is used to uniquely identify a platform view in Flutter.
final ValueChanged<int>? onViewCreated;