Component - MaterialApp and Scaffold
The MaterialApp widget sets up the basic app structure and theme for a Flutter app using Material Design. The Scaffold widget provides a basic visual layout structure with places for an app bar, body content, and other common UI elements.