text update

This commit is contained in:
commitimpush 2022-08-31 12:33:44 +02:00
parent 560d8c3e2e
commit c2c73819c6

View file

@ -60,7 +60,7 @@ class _ImagePickerExampleHomePageState
]),
const SizedBox(height: 20),
const Text(
'Pick or make an Image/Photo!',
'Pick an image or make a photo!',
),
ElevatedButton(
onPressed: pickImage, child: const Text('Pick Image'))