focusable property
- @Deprecated('Use focused instead. ' 'Setting focused automatically set focusable. ' 'This feature was deprecated after v3.36.0-0.0.pre.')
final
If non-null, whether the node is able to hold input focus.
If focusable is set to false, then focused must not be true.
Input focus indicates that the node will receive keyboard events. It is not to be confused with accessibility focus. Accessibility focus is the green/black rectangular highlight that TalkBack/VoiceOver draws around the element it is reading, and is separate from input focus.
Implementation
@Deprecated(
'Use focused instead. '
'Setting focused automatically set focusable. '
'This feature was deprecated after v3.36.0-0.0.pre.',
)
final bool? focusable;