MinimalStandardToastStyle constructor
const
MinimalStandardToastStyle({
- required ToastificationType type,
- StandardStyleValues? providedValues,
- ThemeData? flutterTheme,
Implementation
const MinimalStandardToastStyle({
required super.type,
super.providedValues,
super.flutterTheme,
});