Component - Camera access
This UI component allows the app to access the device camera. It shows a live camera preview and a button to take a picture. When the button is pressed, the app captures an image from the camera.
This UI component allows the app to access the device camera. It shows a live camera preview and a button to take a picture. When the button is pressed, the app captures an image from the camera.
Scaffold
├── AppBar
└── Column
├── Expanded
│ └── CameraPreview
└── Padding
└── ElevatedButton