AddMarkerDialog constructor

const AddMarkerDialog({
  1. Key? key,
  2. required List<Color> defaultColors,
})

Implementation

const AddMarkerDialog({
  super.key,
  required this.defaultColors,
});