warn method

ToastItem warn()

Implementation

ToastItem warn() {
  color = Colors.white;
  fillColor = Colors.amber.withOpacityX(0.8);
  if (!Toast.noIcon) icon = Icons.warning_amber_rounded;
  return this;
}