Future<T?> showAppDialog<T>({required Widget dialog}) => showDialog<T>(context: this, builder: (_) => dialog);