CONVERT KEY TO SUPER PARAMETER KYS
This commit is contained in:
@@ -6,7 +6,7 @@ import 'package:filcnaplo_mobile_ui/common/widgets/exam/exam_view.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
class ExamViewable extends StatelessWidget {
|
||||
const ExamViewable(this.exam, {Key? key}) : super(key: key);
|
||||
const ExamViewable(this.exam, {super.key});
|
||||
|
||||
final Exam exam;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user