isScreenReaderActive static method
- BuildContext context
Check if a screen reader is active.
Implementation
static bool isScreenReaderActive(BuildContext context) {
return MediaQuery.of(context).accessibleNavigation;
}
Check if a screen reader is active.
static bool isScreenReaderActive(BuildContext context) {
return MediaQuery.of(context).accessibleNavigation;
}