clean constant

MarkerLabel const clean

Clean white label with no background

Implementation

static const clean = MarkerLabel(
  label: '',
  textColor: Colors.white,
  backgroundColor: Colors.transparent,
);