added autoplay to videos

This commit is contained in:
Deven Joshi
2021-12-16 17:13:55 +05:30
parent 2638b148d0
commit cb60567372
2 changed files with 7 additions and 0 deletions
@@ -58,6 +58,7 @@ class FullScreenMedia extends StatefulWidget {
/// Use [defaultActionsModal.copyWith] to easily customize it
final AttachmentActionsBuilder? attachmentActionsModalBuilder;
/// Auto-play videos when page is opened
final bool autoplayVideos;
@override