isImage constant

SemanticsFlag const isImage

Whether the semantics node represents an image.

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

Implementation

static const SemanticsFlag isImage = SemanticsFlag._(_kIsImageIndex, 'isImage');