LocationMarkerIndicators class

An object to store indicators widget for special status of CurrentLocationLayer.

Annotations

Constructors

LocationMarkerIndicators({Widget? permissionRequesting, Widget? permissionDenied, Widget? serviceDisabled})
Create a LocationMarkerIndicators.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
permissionDenied Widget?
A widget shown when in permission denied status.
final
permissionRequesting Widget?
A widget shown when in permission requesting status.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceDisabled Widget?
A widget shown when in service disabled status.
final

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