BlurEditorTheme constructor

const BlurEditorTheme({
  1. Color appBarBackgroundColor = imageEditorAppBarColor,
  2. Color appBarForegroundColor = const Color(0xFFE1E1E1),
  3. Color background = imageEditorBackgroundColor,
})

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

Implementation

const BlurEditorTheme({
  this.appBarBackgroundColor = imageEditorAppBarColor,
  this.appBarForegroundColor = const Color(0xFFE1E1E1),
  this.background = imageEditorBackgroundColor,
});