EditorDecoration constructor

EditorDecoration({
  1. Widget? doneButton,
  2. AlignmentDecoration? alignment,
  3. Widget? fontFamily,
  4. Widget? colorPalette,
  5. TextBackgroundDecoration? textBackground,
})

Implementation

EditorDecoration({
  this.doneButton,
  this.alignment,
  this.fontFamily,
  this.colorPalette,
  this.textBackground,
});