Fix one more lint in devtools extension

This commit is contained in:
Simon Binder 2023-10-18 23:16:12 +02:00
parent 22cbd241c4
commit 682e054f5e
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ class DriftDevtoolsBody extends ConsumerWidget {
}
class _InfoButton extends StatelessWidget {
const _InfoButton({super.key});
const _InfoButton();
@override
Widget build(BuildContext context) {