GeoformState class
Constructors
- GeoformState.initial({String? regionName, MapProvider? mapProvider, LatLng? initialPosition, required AnimationController animationController})
Properties
- animationController → AnimationController
-
final
- context → GeoformContext
-
final
- currentMapPosition → LatLng?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isActionActivated → bool
-
final
- isDownloading → bool
-
final
- manual → bool
-
final
- mapController → MapController
-
final
- mapProvider → MapProvider
-
final
-
markers
→ List<
FastMarker> -
final
-
props
→ List<
Object?> -
The list of properties that will be used to determine whether
two instances are equal.
no setter
- regionName → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stringify → bool?
-
If set to
true
, thetoString
method will be overridden to output this instance'sprops
.no setterinherited - tapPosition → TapPosition?
-
final
Methods
-
copyWith(
{GeoformContext? context, MapController? mapController, AnimationController? animationController, LatLng? currentMapPosition, List< FastMarker> ? markers, bool? manual, TapPosition? tapPosition, String? regionName, bool? isDownloading, MapProvider? mapProvider, bool? isActionActivated}) → GeoformState -
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