GlamourListStyle constructor
const
GlamourListStyle({
- GlamourBlockStyle style = const GlamourBlockStyle(),
- int? levelIndent,
Implementation
const GlamourListStyle({
this.style = const GlamourBlockStyle(),
this.levelIndent,
});