Skip to content

Commit e6c3145

Browse files
committed
- updated widgets
1 parent 66fd4bb commit e6c3145

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/widgets/connectivity_card.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ class ConnectivityCard extends StatelessWidget {
1010
final Function(int) onSwitchChannel;
1111

1212
const ConnectivityCard({
13-
Key? key,
13+
super.key,
1414
required this.isConnected,
1515
required this.channelIndex,
1616
required this.channels,
1717
required this.onConnect,
1818
required this.onDisconnect,
1919
required this.onSwitchChannel,
20-
}) : super(key: key);
20+
});
2121

2222
@override
2323
Widget build(BuildContext context) {

0 commit comments

Comments
 (0)