isFocused property
Indicates whether this component instance currently has input focus.
When true
, the component is the primary recipient of keyboard input
and may have visual focus indicators.
Implementation
bool isFocused = false;
Indicates whether this component instance currently has input focus.
When true
, the component is the primary recipient of keyboard input
and may have visual focus indicators.
bool isFocused = false;