RnNativeComponentWrapper constructor

const RnNativeComponentWrapper({
  1. Key? key,
  2. required Widget child,
})

Creates a new RnNativeComponentWrapper widget.

Implementation

const RnNativeComponentWrapper({super.key, required this.child});