ListItemMarker constructor

const ListItemMarker({
  1. bool? isInside,
  2. Uri? imageUrl,
  3. ListStyleType? type,
})

Implementation

const ListItemMarker({
  this.isInside,
  this.imageUrl,
  this.type,
});