warning method

Widget warning()

Implementation

Widget warning() => Warning(
      icon: icon,
      color: color,
      title: title,
      transparent: transparent,
      animDuration: animDuration,
      animationCurve: curve,
      description: content,
      btnOneColor: btnOneColor,
      btnOneText: btnOneText,
      onOkay: btnOneOnClick,
    );