AmapView constructor

const AmapView({Key key, _OnMapCreated onMapCreated })

Implementation

const AmapView({
  Key key,
  this.onMapCreated,
}) : super(key: key);