fixed nullable mess with editor ids
This commit is contained in:
@@ -7,7 +7,7 @@ import "package:yaru/yaru.dart";
|
||||
import "package:process_run/shell.dart";
|
||||
|
||||
class EditorCard extends StatelessWidget {
|
||||
const EditorCard(this.id, {super.key});
|
||||
const EditorCard(id, {super.key}) : id = id + 1;
|
||||
final int id;
|
||||
|
||||
@override
|
||||
|
||||
Reference in New Issue
Block a user