AmapView constructor

const AmapView({Key key, OnMapCreated onMapCreated })

Implementation

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