SnackConfig constructor
const
SnackConfig({})
Implementation
const SnackConfig({
required this.primaryColor,
required this.accentColor,
required this.backgroundColor,
required this.textColor,
required this.svg,
});