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