Marker constructor

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

Implementation

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