Marker constructor

Marker({
  1. Content content = Content.normal,
  2. CSS3? style,
})

Implementation

Marker({
  this.content = Content.normal,
  this.style,
});