menu
flutter_map_interactive package
documentation
markers/controllers/op.dart
RemoveMarkerOp
RemoveMarkerOp.new const constructor
RemoveMarkerOp.new const constructor
dark_mode
light_mode
RemoveMarkerOp
constructor
const
RemoveMarkerOp
(
{
required
Key
key
,
int
index
=
-1
,
Marker?
removed
,
})
Implementation
const RemoveMarkerOp({ required this.key, this.index = -1, this.removed, });
flutter_map_interactive package
documentation
markers/controllers/op
RemoveMarkerOp
RemoveMarkerOp.new const constructor
RemoveMarkerOp class