RealisticViewWarningOptions class
Realistic view warning options.
Set the options for filtering the realistic view notifications and setting the realistic view notification distances based on the road type.
Constructors
Properties
- aspectRatio ↔ AspectRatio
-
The aspect ratio of the images which will be given in the realistic view warning. This option is applicable only
to the RealisticViewWarning.realisticViewVectorImage. For RealisticViewWarning.realisticViewRasterImage
the aspect ratio is always portrait.
getter/setter pair
- darkTheme ↔ bool
-
Specifies whether the images included in the realistic view warning will be optimized for the light or dark color
scheme. This option is applicable only to the RealisticViewWarning.realisticViewVectorImage. For
RealisticViewWarning.realisticViewRasterImage the dark theme is always
false.getter/setter pair - hashCode → int
-
The hash code for this object.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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.