PlatformViewHitTestBehavior enum

How an embedded platform view behave during hit tests.

Constants

opaque → const PlatformViewHitTestBehavior

Opaque targets can be hit by hit tests, causing them to both receive events within their bounds and prevent targets visually behind them from also receiving events.

const PlatformViewHitTestBehavior(0)
translucent → const PlatformViewHitTestBehavior

Translucent targets both receive events within their bounds and permit targets visually behind them to also receive events.

const PlatformViewHitTestBehavior(1)
transparent → const PlatformViewHitTestBehavior

Transparent targets don't receive events within their bounds and permit targets visually behind them to receive events.

const PlatformViewHitTestBehavior(2)
values → const List<PlatformViewHitTestBehavior>

A constant List of the values in this enum, in order of their declaration.

const List<PlatformViewHitTestBehavior>

Properties

index int

The integer index of this enum.

final
hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

toString() String
Returns a string representation of this object.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited

Operators

operator ==(dynamic other) bool
The equality operator. [...]
inherited