setAccessibility method

Future<bool> setAccessibility({
  1. required String widgetId,
  2. String? label,
  3. String? hint,
  4. String? value,
  5. bool isButton = false,
  6. 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.');
}