Skip to content

Commit 01c7e35

Browse files
committed
Added new features to the torrent description.
1 parent f62d5db commit 01c7e35

File tree

4 files changed

+246
-172
lines changed

4 files changed

+246
-172
lines changed

lib/Pages/home_screen/widgets/logout_alert.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import 'package:flood_mobile/Blocs/theme_bloc/theme_bloc.dart';
55
class LogOutAlert extends StatelessWidget {
66
final int themeIndex;
77
const LogOutAlert(
8-
{Key? key, @required this.logoutOnClick, required this.themeIndex})
8+
{Key? key, required this.logoutOnClick, required this.themeIndex})
99
: assert(logoutOnClick != null),
1010
super(key: key);
1111
final VoidCallback? logoutOnClick;

0 commit comments

Comments
 (0)