menu
flutter_map_interactive package
documentation
common/mixins/interaction_mixin.dart
InteractionMixin<T>
activeKey property
activeKey property
dark_mode
light_mode
activeKey
property
Key
?
get
activeKey
Implementation
Key? get activeKey => activeKeys.isNotEmpty ? activeKeys.first : null;
flutter_map_interactive package
documentation
common/mixins/interaction_mixin
InteractionMixin<T>
activeKey property
InteractionMixin mixin