PrintCell constructor
const
PrintCell({
- Key? key,
- required PrintEntity data,
Implementation
const PrintCell({super.key, required this.data});
const PrintCell({super.key, required this.data});