widgetMarkers property

ValueNotifier<List<PowerWidgetMarker>> widgetMarkers
final

Notifies the PowerMap widget when the list of custom widget markers changes.

Implementation

final ValueNotifier<List<PowerWidgetMarker>> widgetMarkers = ValueNotifier(
  [],
);