AndroidNativeView constructor
AndroidNativeView({
- String? resourceName,
- String? text,
- String? className,
- String? contentDescription,
- String? applicationPackage,
- required int childCount,
- required bool isCheckable,
- required bool isChecked,
- required bool isClickable,
- required bool isEnabled,
- required bool isFocusable,
- required bool isFocused,
- required bool isLongClickable,
- required bool isScrollable,
- required bool isSelected,
- required Rectangle visibleBounds,
- required Point2D visibleCenter,
- required List<
AndroidNativeView> children,
Implementation
AndroidNativeView({
this.resourceName,
this.text,
this.className,
this.contentDescription,
this.applicationPackage,
required this.childCount,
required this.isCheckable,
required this.isChecked,
required this.isClickable,
required this.isEnabled,
required this.isFocusable,
required this.isFocused,
required this.isLongClickable,
required this.isScrollable,
required this.isSelected,
required this.visibleBounds,
required this.visibleCenter,
required this.children,
});