UnityView constructor

const UnityView({
  1. Key? key,
  2. UnityViewCreatedCallback? onCreated,
  3. UnityViewReattachedCallback? onReattached,
  4. UnityViewMessageCallback? onMessage,
})

Implementation

const UnityView({
  Key? key,
  this.onCreated,
  this.onReattached,
  this.onMessage,
}) : super(key: key);