CommonParams constructor

const CommonParams({
  1. bool dismissible = true,
  2. int priority = 0,
  3. int? ttlSeconds,
  4. ThemeOverride? themeOverride,
  5. LayoutConfig? layout,
  6. ColorScheme? colorScheme,
})

Implementation

const CommonParams({
  this.dismissible = true,
  this.priority = 0,
  this.ttlSeconds,
  this.themeOverride,
  this.layout,
  this.colorScheme,
});