import 'package:flutter/material.dart'; final class AppProvider { const AppProvider._(); static BuildContext? ctx; }