menu
flutter_map_interactive package
documentation
reactive/selector.dart
InteractState typedef
InteractState typedef
dark_mode
light_mode
InteractState
typedef
InteractState
= (
{
bool
drag
,
bool
isEditing
,
bool
longPress
,
bool
tap
}
)
Implementation
typedef InteractState = ({bool isEditing, bool tap, bool longPress, bool drag});
flutter_map_interactive package
documentation
reactive/selector
InteractState typedef
selector library