TalawaErrorDialog constructor
const TalawaErrorDialog(String errorMessage, {Key? key, required MessageType messageType})
Implementation
const TalawaErrorDialog(
this.errorMessage, \{
Key? key,
required this.messageType,
\}) : super(key: key);