focused property
Whether the native view is focused.
On Android, this is isFocused. On iOS, this is hasFocus.
Implementation
late bool focused;
Whether the native view is focused.
On Android, this is isFocused. On iOS, this is hasFocus.
late bool focused;