NativeView constructor
NativeView({})
Creates a new NativeView.
Implementation
NativeView({
required this.className,
required this.text,
required this.contentDescription,
required this.focused,
required this.enabled,
required this.childCount,
required this.resourceName,
required this.applicationPackage,
required this.children,
});