CommonParams constructor
const
CommonParams({
- bool dismissible = true,
- int priority = 0,
- int? ttlSeconds,
- ThemeOverride? themeOverride,
- LayoutConfig? layout,
- ColorScheme? colorScheme,
Implementation
const CommonParams({
this.dismissible = true,
this.priority = 0,
this.ttlSeconds,
this.themeOverride,
this.layout,
this.colorScheme,
});