ListItemMarker constructor

const ListItemMarker({
  1. ListStyle? style,
  2. ImageStyle? image,
  3. ListStylePosition? position,
})

Implementation

const ListItemMarker({
  this.style,
  this.image,
  this.position,
});