rotationNotifier property

  1. @Deprecated("Since 4.0.1. Use MapModel itself instead of MapModel.rotationNotifier for listening to map-changes")
ValueNotifier<double> rotationNotifier
final

Implementation

@Deprecated("Since 4.0.1. Use MapModel itself instead of MapModel.rotationNotifier for listening to map-changes")
final ValueNotifier<double> rotationNotifier = ValueNotifier<double>(0.0);