ErrorAlertBox constructor

const ErrorAlertBox({
  1. required String message,
  2. required TextSpan? actionSpan,
})

Implementation

const ErrorAlertBox({required this.message, required this.actionSpan});