BloomNativeView constructor
const
BloomNativeView({})
Creates a BloomNativeView widget.
Implementation
const BloomNativeView({
super.key,
required this.viewType,
this.props = const {},
this.onEvent,
this.fallback,
this.gestureRecognizers,
});