This commit is contained in:
Christien Rioux 2024-03-24 21:38:27 -05:00
parent a5ffcee36f
commit 55fed573d6
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ import 'history_wrapper.dart';
// Main App
class MyApp extends StatefulWidget {
const MyApp({Key? key}) : super(key: key);
const MyApp({super.key});
@override
State<MyApp> createState() => _MyAppState();

View File

@ -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