NomoNotificationThemeOverride constructor
const
NomoNotificationThemeOverride({
- required NomoNotificationThemeDataNullable data,
- required Widget child,
- Key? key,
Implementation
const NomoNotificationThemeOverride(
{required this.data, required super.child, super.key});