MarkerSwipeCardConfig class

Inheritance

Constructors

MarkerSwipeCardConfig({required List<Widget>? items, required BaseSwipeCardOption options, CarouselSliderController? carouselController, bool? disableGesture, double bottom = 50})
const

Properties

bottom double
Distance from the bottom of the map to the swipe card.
final
carouselController → CarouselSliderController?
A MapController, used to control the map.
final
disableGesture bool?
final
hashCode int
The hash code for this object.
no setterinherited
items List<Widget>?
The widgets to be shown in the carousel of default constructor
final
options → BaseSwipeCardOption
Configuration options for the swipe card behavior and appearance.
final
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.
inherited