ActiveMarkerOptions class
Options for the active state of a marker.
- Inheritance
-
- Object
- MarkerOptions
- ActiveMarkerOptions
Constructors
- ActiveMarkerOptions({required Widget? active, double activeSizeFactor = 1.0, double touchSizeFactor = 1.2})
-
const
Properties
- active → Widget?
-
Widget to display when marker is active.
final
- activeSizeFactor → double
-
Size factor when marker is active.
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- touchSizeFactor → double
-
Size factor for touch targets.
final
Methods
-
copyWith(
{Widget? active, double? activeSizeFactor, double? touchSizeFactor}) → ActiveMarkerOptions -
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.
override