isImage constant

SemanticsFlag const isImage = const SemanticsFlag._(_kIsImageIndex)

Whether the semantics node represents an image.

Both TalkBack and VoiceOver will inform the user the the semantics node represents an image.

Implementation

static const SemanticsFlag isImage = const SemanticsFlag._(_kIsImageIndex)