error method

Widget error()

Implementation

Widget error() => Error(
      icon: icon,
      color: color,
      title: title,
      transparent: transparent,
      animDuration: animDuration,
      animationCurve: curve,
      description: content ?? " Something went wrong",
      btnOneColor: btnOneColor,
      btnOneText: btnOneText,
      onOkay: btnOneOnClick,
    );