FakeAccessibilityFeatures constructor Null safety
Creates a test instance of AccessibilityFeatures.
By default, all features are disabled.
Implementation
const FakeAccessibilityFeatures({
this.accessibleNavigation = false,
this.invertColors = false,
this.disableAnimations = false,
this.boldText = false,
this.reduceMotion = false,
this.highContrast = false,
});