MapSublayer constructor
const
MapSublayer({
- Key? key,
- IndexedWidgetBuilder? tooltipBuilder,
Creates a MapSublayer.
Implementation
const MapSublayer({Key? key, this.tooltipBuilder}) : super(key: key);