flutter create app_name
class StartScreen extends StatelessWidget {
const StartScreen({super.key});
StatelessWidget accepts + also forwards “key” to the “Widget” class
Implements the basic Material Design visual layout structure.
This class provides APIs for showing drawers and bottom sheets.
Center takes whole screen.