chore: update generated plugin registrant files for consistency

This commit is contained in:
2025-09-25 23:31:21 +08:00
parent 8d69c9c846
commit abf3ee7e25
5 changed files with 9 additions and 11 deletions

View File

@@ -5,7 +5,7 @@ class StatusBadge extends StatelessWidget {
final Status status;
final bool small;
const StatusBadge({Key? key, required this.status, this.small = false}) : super(key: key);
const StatusBadge({super.key, required this.status, this.small = false});
@override
Widget build(BuildContext context) {