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