HotspotUnits enum
Values
- fraction → const HotspotUnits
-
Fraction
const HotspotUnits('fraction')
- pixels → const HotspotUnits
-
Pixels offset from left or bottom
const HotspotUnits('pixels')
- insetPixels → const HotspotUnits
-
Pixels offset from right or top
const HotspotUnits('insetPixels')
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
HotspotUnits> - A constant List of the values in this enum, in order of their declaration.