IOSNativeView constructor
IOSNativeView({
- required List<
IOSNativeView> children, - required IOSElementType elementType,
- required String identifier,
- required String label,
- required String title,
- required bool hasFocus,
- required bool isEnabled,
- required bool isSelected,
- required Rectangle frame,
- String? accessibilityLabel,
- String? placeholderValue,
- String? value,
- String? bundleId,
Implementation
IOSNativeView({
required this.children,
required this.elementType,
required this.identifier,
required this.label,
required this.title,
required this.hasFocus,
required this.isEnabled,
required this.isSelected,
required this.frame,
this.accessibilityLabel,
this.placeholderValue,
this.value,
this.bundleId,
});