mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-08-10 07:30:25 -04:00
dart fix
This commit is contained in:
parent
a5ffcee36f
commit
55fed573d6
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ const kDefaultTerminalStyle = TerminalStyle(
|
|||
fontFamily: kDefaultMonoTerminalFontFamily);
|
||||
|
||||
class LogTerminal extends StatefulWidget {
|
||||
const LogTerminal({Key? key}) : super(key: key);
|
||||
const LogTerminal({super.key});
|
||||
|
||||
@override
|
||||
// ignore: library_private_types_in_public_api
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue