UnityView constructor
const
UnityView({
- Key? key,
- UnityViewCreatedCallback? onCreated,
- UnityViewReattachedCallback? onReattached,
- UnityViewMessageCallback? onMessage,
Implementation
const UnityView({
Key? key,
this.onCreated,
this.onReattached,
this.onMessage,
}) : super(key: key);