AMapView constructor
const
AMapView({
- Key? key,
- MapCreatedCallback? onAMapViewCreated,
- PlatformViewHitTestBehavior? hitTestBehavior = PlatformViewHitTestBehavior.opaque,
- TextDirection? layoutDirection,
- AMapOptions? amapOptions = const AMapOptions(),
Implementation
const AMapView({
Key? key,
this.onAMapViewCreated,
this.hitTestBehavior = PlatformViewHitTestBehavior.opaque,
this.layoutDirection,
this.amapOptions = const AMapOptions(),
}) : super(key: key);