isButton property

bool isButton
final

Whether the semantic node represents a button.

Platforms have special handling for buttons, for example Android's TalkBack and iOS's VoiceOver provides an additional hint when the focused object is a button.

Implementation

final bool isButton;