SILUserExceptionWidgetContent constructor

const SILUserExceptionWidgetContent({
  1. Key? key,
  2. Event<UserException>? error,
  3. required Widget child,
})

Implementation

const SILUserExceptionWidgetContent(
    {Key? key, this.error, required this.child})
    : super(key: key);