CustomConfig constructor
const
CustomConfig({
- required Widget child,
- AlertTheme? theme,
Implementation
const CustomConfig({required this.child, this.theme});
const CustomConfig({required this.child, this.theme});