Future<bool> onClick() async { bool ok = await EventHandler(this).execute(_onclick); Model.unfocus(); return ok; }