SnackBarTheme constructor
- Key? key,
- required SnackBarThemeData data,
- 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});