setAccessibility method
Future<bool>
setAccessibility({
- required String widgetId,
- String? label,
- String? hint,
- String? value,
- bool isButton = false,
- bool isHeader = false,
inherited
Implementation
Future<bool> setAccessibility({
required String widgetId,
String? label,
String? hint,
String? value,
bool isButton = false,
bool isHeader = false,
}) {
throw UnimplementedError('setAccessibility() has not been implemented.');
}