MEFailedDialog constructor
const
MEFailedDialog({})
Implementation
const MEFailedDialog({
Key? key,
this.backgroundColor = const Color(0xFFFFFFFF),
this.backgroundOpacity = const Color(0xFF0D4491),
this.icon = const SizedBox(),
this.title = "",
this.subtitle = "",
}) : super(key: key);