ParagraphButtons constructor

const ParagraphButtons({
  1. bool alignLeft = true,
  2. bool alignCenter = true,
  3. bool alignRight = true,
  4. bool alignJustify = true,
  5. bool increaseIndent = true,
  6. bool decreaseIndent = true,
  7. bool textDirection = true,
  8. bool lineHeight = true,
  9. bool caseConverter = true,
})

Implementation

const ParagraphButtons({
  this.alignLeft = true,
  this.alignCenter = true,
  this.alignRight = true,
  this.alignJustify = true,
  this.increaseIndent = true,
  this.decreaseIndent = true,
  this.textDirection = true,
  this.lineHeight = true,
  this.caseConverter = true,
});