Skip to Content
API ReferenceConfigurationMapWidgetConfiguration

MapWidgetConfiguration

Constructors

MapWidgetConfiguration.new

MapWidgetConfiguration.new({required TextDirection textDirection, Set<Factory<OneSequenceGestureRecognizer>> gestureRecognizers = const <Factory<OneSequenceGestureRecognizer>>{}})

Creates a new configuration with all the given settings. const

Properties

PropertyTypeDescription
gestureRecognizersSet<Factory<OneSequenceGestureRecognizerGesture recognizers to add to the widget. (final)
textDirectionTextDirectionThe text direction for the widget. (final)
Last updated on