NativeView constructor

const NativeView({
  1. required NativeViewCreatedCallback onViewCreated,
})

Implementation

const NativeView({required this.onViewCreated});