accessibilityFeatures property

  1. @Deprecated('Deprecated to prepare for the upcoming multi-window support. ' 'This feature was deprecated after v3.9.0-0.1.pre.')
  2. @override
AccessibilityFeatures get accessibilityFeatures
override

Additional accessibility features that may be enabled by the platform.

Implementation

@Deprecated('Deprecated to prepare for the upcoming multi-window support. '
    'This feature was deprecated after v3.9.0-0.1.pre.')
@override
AccessibilityFeatures get accessibilityFeatures =>
    platformDispatcher.accessibilityFeatures;