onViewCreated property

dynamic Function(VapController)? onViewCreated
final

Callback invoked when the platform view is created.

Provides a VapController instance that can be used to control animation playback, set content, and listen to events.

This is the recommended way to obtain a controller reference.

Implementation

final Function(VapController)? onViewCreated;