onViewCreated property
Callback after the view is created, returns a viewId that uniquely identifies a platform view in Flutter
Implementation
final ValueChanged<int>? onViewCreated;
Callback after the view is created, returns a viewId that uniquely identifies a platform view in Flutter
final ValueChanged<int>? onViewCreated;