import 'package:flutter/material.dart'; abstract class AppStatefulWidget extends StatefulWidget { const AppStatefulWidget({super.key}); }