🎨 Formatted all the code

This commit is contained in:
2024-05-01 17:37:34 +08:00
parent 28c0094837
commit cd5cfedb2f
51 changed files with 938 additions and 540 deletions

View File

@@ -12,7 +12,8 @@ class ChannelDeletion extends StatefulWidget {
final Channel channel;
final bool isOwned;
const ChannelDeletion({super.key, required this.channel, required this.isOwned});
const ChannelDeletion(
{super.key, required this.channel, required this.isOwned});
@override
State<ChannelDeletion> createState() => _ChannelDeletionState();