NomoSnackBarThemeOverride constructor

const NomoSnackBarThemeOverride({
  1. required NomoSnackBarThemeDataNullable data,
  2. required Widget child,
  3. Key? key,
})

Implementation

const NomoSnackBarThemeOverride(
    {required this.data, required super.child, super.key});