mirror of
https://github.com/ente-io/ente.git
synced 2025-08-08 07:28:26 +00:00
[mob][photos] super key
This commit is contained in:
parent
b8981be2e6
commit
8d2288fbb4
@ -25,7 +25,7 @@ class NotificationWidget extends StatelessWidget {
|
||||
final bool isBlackFriday;
|
||||
|
||||
const NotificationWidget({
|
||||
Key? key,
|
||||
super.key,
|
||||
required this.startIcon,
|
||||
required this.actionIcon,
|
||||
required this.text,
|
||||
@ -33,7 +33,7 @@ class NotificationWidget extends StatelessWidget {
|
||||
this.isBlackFriday = false,
|
||||
this.subText,
|
||||
this.type = NotificationType.warning,
|
||||
}) : super(key: key);
|
||||
});
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
|
@ -5,8 +5,8 @@ import 'package:photos/ui/home/status_bar_widget.dart';
|
||||
|
||||
class HeaderWidget extends StatelessWidget {
|
||||
const HeaderWidget({
|
||||
Key? key,
|
||||
}) : super(key: key);
|
||||
super.key,
|
||||
});
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user