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
| Property | Type | Description |
|---|---|---|
gestureRecognizers | Set<Factory<OneSequenceGestureRecognizer | Gesture recognizers to add to the widget. (final) |
textDirection | TextDirection | The text direction for the widget. (final) |
Last updated on