GlamourListStyle constructor

const GlamourListStyle({
  1. GlamourBlockStyle style = const GlamourBlockStyle(),
  2. int? levelIndent,
})

Implementation

const GlamourListStyle({
  this.style = const GlamourBlockStyle(),
  this.levelIndent,
});