ShadToasterScope constructor
const
ShadToasterScope({
- Key? key,
- required Widget child,
- required ShadToasterState shadMessengerState,
Creates a scope widget that holds the ShadToasterState and child.
Implementation
const ShadToasterScope({
super.key,
required super.child,
required this.shadMessengerState,
});