BMFTextureMapWidget constructor
- {Key key,
- @required BMFMapCreatedCallback onBMFMapCreated,
- PlatformViewHitTestBehavior hitTestBehavior: PlatformViewHitTestBehavior.opaque,
- TextDirection layoutDirection,
- BMFMapOptions mapOptions}
Implementation
const BMFTextureMapWidget(
{Key key,
@required this.onBMFMapCreated,
this.hitTestBehavior = PlatformViewHitTestBehavior.opaque,
this.layoutDirection,
this.mapOptions})
: super(key: key);