MarkerGenerator constructor

MarkerGenerator(
  1. List<Widget> markerWidgets,
  2. dynamic callback(
    1. List<Uint8List?>
    )
)

Implementation

MarkerGenerator(this.markerWidgets, this.callback);