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
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