ListButtons constructor

const ListButtons({
  1. bool ul = true,
  2. bool ol = true,
  3. bool listStyles = true,
})

Implementation

const ListButtons({
  this.ul = true,
  this.ol = true,
  this.listStyles = true,
});