ErrorCard constructor

const ErrorCard({
  1. required String errorMessage,
  2. Key? key,
})

Implementation

const ErrorCard({required this.errorMessage, super.key});