null safety
This commit is contained in:
@@ -5,7 +5,7 @@ import 'package:flutter/material.dart';
|
||||
class BoxRow extends StatelessWidget {
|
||||
final Carton box;
|
||||
|
||||
const BoxRow({Key key, this.box}) : super(key: key);
|
||||
const BoxRow({Key? key, required this.box}) : super(key: key);
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
|
||||
Reference in New Issue
Block a user