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