AndroidSelector constructor
AndroidSelector({
- String? className,
- bool? isCheckable,
- bool? isChecked,
- bool? isClickable,
- bool? isEnabled,
- bool? isFocusable,
- bool? isFocused,
- bool? isLongClickable,
- bool? isScrollable,
- bool? isSelected,
- String? applicationPackage,
- String? contentDescription,
- String? contentDescriptionStartsWith,
- String? contentDescriptionContains,
- String? text,
- String? textStartsWith,
- String? textContains,
- String? resourceName,
- int? instance,
Creates a new AndroidSelector.
Implementation
AndroidSelector({
super.className,
super.isCheckable,
super.isChecked,
super.isClickable,
super.isEnabled,
super.isFocusable,
super.isFocused,
super.isLongClickable,
super.isScrollable,
super.isSelected,
super.applicationPackage,
super.contentDescription,
super.contentDescriptionStartsWith,
super.contentDescriptionContains,
super.text,
super.textStartsWith,
super.textContains,
super.resourceName,
super.instance,
});