ErrorDialog({ super.key, required String title, required Function okFunction, }) { _title = title; _okFunction = okFunction; }