BackgroundColorOptionsWidgets constructor

const BackgroundColorOptionsWidgets(
  1. EditorState editorState,
  2. Selection selection, {
  3. List<ColorOption>? backgroundColorOptions,
  4. Key? key,
})

Implementation

const BackgroundColorOptionsWidgets(
  this.editorState,
  this.selection, {
  this.backgroundColorOptions,
  super.key,
});