menu
flutter_accessibility_service package
documentation
accessibility_event.dart
ScreenBounds
ScreenBounds constructor
ScreenBounds constructor
dark_mode
light_mode
ScreenBounds
constructor
ScreenBounds
(
{
int
?
right
,
int
?
top
,
int
?
left
,
int
?
bottom
,
int
?
width
,
int
?
height
,
})
Implementation
ScreenBounds({ this.right, this.top, this.left, this.bottom, this.width, this.height, });
flutter_accessibility_service package
documentation
accessibility_event
ScreenBounds
ScreenBounds constructor
ScreenBounds class