SnackBarTheme constructor

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

Creates a snackbar theme that controls the configurations for SnackBars in its widget subtree.

Implementation

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