StickerEditorTheme constructor

const StickerEditorTheme({
  1. bool showDragHandle = true,
  2. ThemeDraggableSheet themeDraggableSheet = const ThemeDraggableSheet(),
  3. Color bottomSheetBackgroundColor = const Color(0xFFFFFFFF),
  4. EditorBoxConstraintsBuilder? editorBoxConstraintsBuilder,
})

Creates an instance of the StickerEditorTheme class with the specified theme properties.

Implementation

const StickerEditorTheme({
  this.showDragHandle = true,
  this.themeDraggableSheet = const ThemeDraggableSheet(),
  this.bottomSheetBackgroundColor = const Color(0xFFFFFFFF),
  this.editorBoxConstraintsBuilder,
});