BaseStandardToastStyle constructor

const BaseStandardToastStyle({
  1. required ToastificationType type,
  2. StandardStyleValues? providedValues,
  3. ThemeData? flutterTheme,
})

Implementation

const BaseStandardToastStyle({
  required this.type,
  this.providedValues,
  this.flutterTheme,
});