mirror of https://github.com/AMT-Cheif/drift.git
Fix one more lint in devtools extension
This commit is contained in:
parent
22cbd241c4
commit
682e054f5e
|
@ -76,7 +76,7 @@ class DriftDevtoolsBody extends ConsumerWidget {
|
|||
}
|
||||
|
||||
class _InfoButton extends StatelessWidget {
|
||||
const _InfoButton({super.key});
|
||||
const _InfoButton();
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
|
|
Loading…
Reference in New Issue