motionToastColors top-level constant

Map<MotionToastType, Color> const motionToastColors

The colors for the different types of motion toast.

Implementation

const motionToastColors = {
  MotionToastType.success: successColor,
  MotionToastType.error: errorColor,
  MotionToastType.warning: warningColor,
  MotionToastType.info: infoColor,
  MotionToastType.delete: deleteColor,
};