Send the latest index

This commit is contained in:
Vishnu Mohandas 2021-06-10 21:15:16 +05:30
parent 9ab5141221
commit b3969ebf08

View file

@ -206,7 +206,10 @@ class _DetailPageState extends State<DetailPage> {
ImageEditorPage( ImageEditorPage(
imageProvider, imageProvider,
file, file,
widget.config.copyWith(files: _files), widget.config.copyWith(
files: _files,
selectedIndex: _selectedIndex,
),
), ),
); );
}, },