accessibility_tools library
A set of tools for checking accessibility issues in Flutter widgets.
Classes
- AccessibilityTools
- A checker for debug mode that highlights accessibility issues and provides various tools for testing app's accessibility.
- CheckerOverlay
- Overlay that highlights accessibility issues.
- IgnoreMinimumTapAreaSize
- A widget to ignore minimum tap area size warnings.
- MinimumTapAreas
- Defines the minimum tap size per device type.
- TestEnvironment
- Represents a test environment that can be applied to a widget for testing purposes.
- TestingToolsConfiguration
- A configuration for the testing tools panel.
- WarningBox
- Warning box that highlights an accessibility issue.
- WarningBoxPainter
- Painter that paints the warning box (striped black and yellow background).
Enums
- ButtonsAlignment
- The alignment of the buttons for accessibility tools and testing tools.
- LogLevel
- Log level for the accessibility tools.
Constants
- iOSLargestTextScaleFactor → const double
- Layout overflows are checked against this value. It's the largest text scale factor supported by iOS accessibility settings.