getMapOptions method
Implementation
List<Map<String, dynamic>> getMapOptions() {
return [
{
'icon': Icons.photo_rounded,
'title': 'Gallery',
'source': ImageSource.gallery
},
{
'icon': Icons.camera_alt_rounded,
'title': 'Camera',
'source': ImageSource.camera
}
];
}