fix review

This commit is contained in:
Salvatore Giordano
2021-04-30 15:00:51 +02:00
parent 0d12e701a0
commit 5bbe82c7eb
25 changed files with 141 additions and 143 deletions
@@ -27,15 +27,13 @@ class ImageHeader extends StatelessWidget implements PreferredSizeWidget {
final String userName;
final String sentAt;
final List<Attachment> urls;
final currentIndex;
final int currentIndex;
/// Creates a channel header
ImageHeader({
Key? key,
required this.message,
this.urls = const [],
this.currentIndex,
this.currentIndex = 0,
this.showBackButton = true,
this.onBackPressed,
this.onShowMessage,